tests/testthat/test_execution_event.R

# 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")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.