tests/testthat/test_inline_response20055.R

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

context("Test InlineResponse20055")

model.instance <- InlineResponse20055$new()

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

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

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

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

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

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

test_that("insertTime", {
  # tests for the property `insertTime` (integer)
  # sub account create time

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

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

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

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

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

test_that("mobile", {
  # tests for the property `mobile` (integer)
  # user mobile number

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