tests/testthat/test_womtool_api.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test WomtoolApi")

api.instance <- WomtoolApi$new()

test_that("Describe", {
  # tests for Describe
  # base path: http://localhost
  # Machine-readable description of a workflow, including inputs and outputs
  # @param version character Cromwell API Version
  # @param workflow.source data.frame The workflow source file to submit for execution. Either workflow source or workflow url is required. (optional)
  # @param workflow.url character URL which points to the workflow. Either workflow source or workflow url is required. (optional)
  # @param workflow.inputs data.frame JSON or YAML file containing the inputs as an object. (optional)
  # @param workflow.type character The workflow language for the file you submitted. Cromwell currently supports WDL and CWL. (optional)
  # @param workflow.type.version character The specification version for the workflow language being used. For WDL, Cromwell currently supports draft-2 and 1.0. For CWL, Cromwell currently supports v1.0. (optional)
  # @return [WorkflowDescription]

  # uncomment below to test the operation
  #expect_equal(result, "EXPECTED_RESULT")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.