# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200121List")
model.instance <- InlineResponse200121List$new()
test_that("quoteId", {
# tests for the property `quoteId` (character)
# uncomment below to test the property
#expect_equal(model.instance$`quoteId`, "EXPECTED_RESULT")
})
test_that("orderId", {
# tests for the property `orderId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`orderId`, "EXPECTED_RESULT")
})
test_that("orderStatus", {
# tests for the property `orderStatus` (character)
# uncomment below to test the property
#expect_equal(model.instance$`orderStatus`, "EXPECTED_RESULT")
})
test_that("fromAsset", {
# tests for the property `fromAsset` (character)
# uncomment below to test the property
#expect_equal(model.instance$`fromAsset`, "EXPECTED_RESULT")
})
test_that("fromAmount", {
# tests for the property `fromAmount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`fromAmount`, "EXPECTED_RESULT")
})
test_that("toAsset", {
# tests for the property `toAsset` (character)
# uncomment below to test the property
#expect_equal(model.instance$`toAsset`, "EXPECTED_RESULT")
})
test_that("toAmount", {
# tests for the property `toAmount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`toAmount`, "EXPECTED_RESULT")
})
test_that("ratio", {
# tests for the property `ratio` (character)
# price ratio
# uncomment below to test the property
#expect_equal(model.instance$`ratio`, "EXPECTED_RESULT")
})
test_that("inverseRatio", {
# tests for the property `inverseRatio` (character)
# inverse price
# uncomment below to test the property
#expect_equal(model.instance$`inverseRatio`, "EXPECTED_RESULT")
})
test_that("createTime", {
# tests for the property `createTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`createTime`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.