# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ExecutionEvent")
model.instance <- ExecutionEvent$new()
test_that("description", {
# tests for the property `description` (character)
# Description of the event
# uncomment below to test the property
#expect_equal(model.instance$`description`, "EXPECTED_RESULT")
})
test_that("startTime", {
# tests for the property `startTime` (character)
# When the event started
# uncomment below to test the property
#expect_equal(model.instance$`startTime`, "EXPECTED_RESULT")
})
test_that("endTime", {
# tests for the property `endTime` (character)
# When the event finished
# uncomment below to test the property
#expect_equal(model.instance$`endTime`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.