# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test WorkflowQueryResult")
model.instance <- WorkflowQueryResult$new()
test_that("id", {
  # tests for the property `id` (character)
  # Workflow ID
  # uncomment below to test the property 
  #expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("name", {
  # tests for the property `name` (character)
  # Workflow name
  # uncomment below to test the property 
  #expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("status", {
  # tests for the property `status` (character)
  # Workflow status
  # uncomment below to test the property 
  #expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
test_that("start", {
  # tests for the property `start` (character)
  # Workflow start datetime
  # uncomment below to test the property 
  #expect_equal(model.instance$`start`, "EXPECTED_RESULT")
})
test_that("end", {
  # tests for the property `end` (character)
  # Workflow end datetime
  # uncomment below to test the property 
  #expect_equal(model.instance$`end`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.