tests/testthat/test_submission_validation_report.R

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

context("Test SubmissionValidationReport")

model.instance <- SubmissionValidationReport$new()

test_that("header", {
  # tests for the property `header` (SubmissionValidationHeader)

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

test_that("validEntities", {
  # tests for the property `validEntities` (array[SubmissionValidationEntityInputs])
  # runnable entities

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

test_that("invalidEntities", {
  # tests for the property `invalidEntities` (array[SubmissionValidationEntityInputs])
  # non-runnable entities

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

test_that("request", {
  # tests for the property `request` (SubmissionRequest)

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