# 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.