# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test WorkflowCallDiff")
model.instance <- WorkflowCallDiff$new()
test_that("allowResultReuse", {
# tests for the property `allowResultReuse` (character)
# uncomment below to test the property
#expect_equal(model.instance$`allowResultReuse`, "EXPECTED_RESULT")
})
test_that("callFqn", {
# tests for the property `callFqn` (character)
# uncomment below to test the property
#expect_equal(model.instance$`callFqn`, "EXPECTED_RESULT")
})
test_that("executionStatus", {
# tests for the property `executionStatus` (character)
# uncomment below to test the property
#expect_equal(model.instance$`executionStatus`, "EXPECTED_RESULT")
})
test_that("jobIndex", {
# tests for the property `jobIndex` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`jobIndex`, "EXPECTED_RESULT")
})
test_that("workflowId", {
# tests for the property `workflowId` (WorkflowIdParam)
# uncomment below to test the property
#expect_equal(model.instance$`workflowId`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.