tests/testthat/test_configuration_ingest.R

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

context("Test ConfigurationIngest")

model.instance <- ConfigurationIngest$new()

test_that("namespace", {
  # tests for the property `namespace` (character)
  # Method configuration namespace

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

test_that("name", {
  # tests for the property `name` (character)
  # Method configuration name

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

test_that("rootEntityType", {
  # tests for the property `rootEntityType` (character)
  # Root entity type

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

test_that("workspaceName", {
  # tests for the property `workspaceName` (map(character))
  # Map[String, String] with corresponding workspace-related information - name and namespace

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

test_that("methodRepoMethod", {
  # tests for the property `methodRepoMethod` (map(character))
  # Map[String, String] with corresponding method-related information

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

test_that("outputs", {
  # tests for the property `outputs` (map(character))
  # Map[String, String] with outputs information

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

test_that("inputs", {
  # tests for the property `inputs` (map(character))
  # Map[String, String] with inputs information

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

test_that("prerequisites", {
  # tests for the property `prerequisites` (map(character))
  # Map[String, String] of prerequisites (keys unused, will be removed in the future)

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