tests/testthat/test_submissions_count_response.R

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

context("Test SubmissionsCountResponse")

model.instance <- SubmissionsCountResponse$new()

test_that("Accepted", {
  # tests for the property `Accepted` (integer)

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

test_that("Evaluating", {
  # tests for the property `Evaluating` (integer)

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

test_that("Submitting", {
  # tests for the property `Submitting` (integer)

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

test_that("Submitted", {
  # tests for the property `Submitted` (integer)

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

test_that("Aborting", {
  # tests for the property `Aborting` (integer)

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

test_that("Aborted", {
  # tests for the property `Aborted` (integer)

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

test_that("Done", {
  # tests for the property `Done` (integer)

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