private void checkRunningParameters()

in terraform-client/src/main/java/com/microsoft/terraform/TerraformClient.java [118:122]


    private void checkRunningParameters() {
        if (this.getWorkingDirectory() == null) {
            throw new IllegalArgumentException("working directory should not be null");
        }
    }