tests/testthat/test_dimension_tile_extent.R

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

context("Test DimensionTileExtent")

model.instance <- DimensionTileExtent$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`float64`, "EXPECTED_RESULT")
})
TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.