# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200123List")
model.instance <- InlineResponse200123List$new()
test_that("orderNo", {
# tests for the property `orderNo` (character)
# 0: purchase order, 1: sell order, 2: royalty income, 3: primary market order, 4: mint fee
# uncomment below to test the property
#expect_equal(model.instance$`orderNo`, "EXPECTED_RESULT")
})
test_that("tokens", {
# tests for the property `tokens` (array[InlineResponse200123Tokens])
# uncomment below to test the property
#expect_equal(model.instance$`tokens`, "EXPECTED_RESULT")
})
test_that("tradeTime", {
# tests for the property `tradeTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`tradeTime`, "EXPECTED_RESULT")
})
test_that("tradeAmount", {
# tests for the property `tradeAmount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tradeAmount`, "EXPECTED_RESULT")
})
test_that("tradeCurrency", {
# tests for the property `tradeCurrency` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tradeCurrency`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.