tests/testthat/test_v1_field_detail.R

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

context("Test V1FieldDetail")

model.instance <- V1FieldDetail$new()

test_that("field_name", {
  # tests for the property `field_name` (character)
  # Name of the field.

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

test_that("field_description", {
  # tests for the property `field_description` (character)
  # Description of the meaning of the field.

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

test_that("field_type", {
  # tests for the property `field_type` (character)
  # Type of the field, for example numeric or categorical. 

  # uncomment below to test the property 
  #expect_equal(model.instance$`field_type`, "EXPECTED_RESULT")
})
Bioconductor/hcamatrixapi documentation built on Nov. 6, 2019, 12:10 a.m.