tests/testthat/test_snapshot_futures.R

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

context("Test SnapshotFutures")

model.instance <- SnapshotFutures$new()

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

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

test_that("msg", {
  # tests for the property `msg` (character)

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

test_that("snapshotVos", {
  # tests for the property `snapshotVos` (array[SnapshotFuturesSnapshotVos])

  # uncomment below to test the property
  #expect_equal(model.instance$`snapshotVos`, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.