# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test WorkflowMetadataResponse")
model.instance <- WorkflowMetadataResponse$new()
test_that("id", {
# tests for the property `id` (character)
# The identifier of the workflow
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("status", {
# tests for the property `status` (character)
# The status of the workflow
# uncomment below to test the property
#expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
test_that("submission", {
# tests for the property `submission` (character)
# Submission datetime of the workflow in ISO8601 format with milliseconds
# uncomment below to test the property
#expect_equal(model.instance$`submission`, "EXPECTED_RESULT")
})
test_that("start", {
# tests for the property `start` (character)
# Start datetime of the workflow in ISO8601 format with milliseconds
# uncomment below to test the property
#expect_equal(model.instance$`start`, "EXPECTED_RESULT")
})
test_that("end", {
# tests for the property `end` (character)
# End datetime of the workflow in ISO8601 format with milliseconds
# uncomment below to test the property
#expect_equal(model.instance$`end`, "EXPECTED_RESULT")
})
test_that("inputs", {
# tests for the property `inputs` (map(object))
# Map of input keys to input values
# uncomment below to test the property
#expect_equal(model.instance$`inputs`, "EXPECTED_RESULT")
})
test_that("outputs", {
# tests for the property `outputs` (map(object))
# Map of output keys to output values
# uncomment below to test the property
#expect_equal(model.instance$`outputs`, "EXPECTED_RESULT")
})
test_that("calls", {
# tests for the property `calls` (CallMetadata)
# uncomment below to test the property
#expect_equal(model.instance$`calls`, "EXPECTED_RESULT")
})
test_that("failures", {
# tests for the property `failures` (FailureMessage)
# uncomment below to test the property
#expect_equal(model.instance$`failures`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.