tests/testthat/test_inline_response20039_data.R

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

context("Test InlineResponse20039Data")

model.instance <- InlineResponse20039Data$new()

test_that("isLocked", {
  # tests for the property `isLocked` (character)
  # API trading function is locked or not

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

test_that("plannedRecoverTime", {
  # tests for the property `plannedRecoverTime` (integer)
  # If API trading function is locked, this is the planned recover time

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

test_that("triggerCondition", {
  # tests for the property `triggerCondition` (InlineResponse20039DataTriggerCondition)

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

test_that("indicators", {
  # tests for the property `indicators` (InlineResponse20039DataIndicators)

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

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

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