# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ConfigurationPayload")
model.instance <- ConfigurationPayload$new()
test_that("name", {
# tests for the property `name` (character)
# Name of this config
# uncomment below to test the property
#expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("namespace", {
# tests for the property `namespace` (character)
# Namespace of this config
# uncomment below to test the property
#expect_equal(model.instance$`namespace`, "EXPECTED_RESULT")
})
test_that("methodRepoMethod", {
# tests for the property `methodRepoMethod` (ConfigurationPayloadMethodRepoMethod)
# uncomment below to test the property
#expect_equal(model.instance$`methodRepoMethod`, "EXPECTED_RESULT")
})
test_that("outputs", {
# tests for the property `outputs` (map(character))
# Map[String, AttributeString] from method's WDL outputs to fields in the workspace data model
# uncomment below to test the property
#expect_equal(model.instance$`outputs`, "EXPECTED_RESULT")
})
test_that("inputs", {
# tests for the property `inputs` (map(character))
# Map[String, AttributeString] from method's WDL inputs to fields in the workspace data model
# uncomment below to test the property
#expect_equal(model.instance$`inputs`, "EXPECTED_RESULT")
})
test_that("rootEntityType", {
# tests for the property `rootEntityType` (character)
# uncomment below to test the property
#expect_equal(model.instance$`rootEntityType`, "EXPECTED_RESULT")
})
test_that("prerequisites", {
# tests for the property `prerequisites` (map(character))
# Map[String, AttributeString]
# uncomment below to test the property
#expect_equal(model.instance$`prerequisites`, "EXPECTED_RESULT")
})
test_that("methodConfigVersion", {
# tests for the property `methodConfigVersion` (integer)
# Snapshot ID of this config
# uncomment below to test the property
#expect_equal(model.instance$`methodConfigVersion`, "EXPECTED_RESULT")
})
test_that("deleted", {
# tests for the property `deleted` (character)
# Has this config been deleted?
# uncomment below to test the property
#expect_equal(model.instance$`deleted`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.