tests/testthat/test_method_id.R

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

context("Test MethodID")

model.instance <- MethodID$new()

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

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

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

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

test_that("methodVersion", {
  # tests for the property `methodVersion` (integer)
  # Method version

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