tests/testthat/test_inline_object1.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test InlineObject1")

model.instance <- InlineObject1$new()

test_that("synopsis", {
  # tests for the property `synopsis` (character)
  # Synopsis which contains AgoraEntity.

  # uncomment below to test the property 
  #expect_equal(model.instance$`synopsis`, "EXPECTED_RESULT")
})

test_that("documentation", {
  # tests for the property `documentation` (character)
  # Documentation of the AgoraEntity.

  # uncomment below to test the property 
  #expect_equal(model.instance$`documentation`, "EXPECTED_RESULT")
})

test_that("payload", {
  # tests for the property `payload` (character)
  # Payload of method -- must be in WDL format

  # uncomment below to test the property 
  #expect_equal(model.instance$`payload`, "EXPECTED_RESULT")
})

test_that("snapshotComment", {
  # tests for the property `snapshotComment` (character)
  # Snapshot comment of the AgoraEntity

  # uncomment below to test the property 
  #expect_equal(model.instance$`snapshotComment`, "EXPECTED_RESULT")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.