# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20017Rows")
model.instance <- InlineResponse20017Rows$new()
test_that("isolatedSymbol", {
# tests for the property `isolatedSymbol` (character)
# uncomment below to test the property
#expect_equal(model.instance$`isolatedSymbol`, "EXPECTED_RESULT")
})
test_that("asset", {
# tests for the property `asset` (character)
# uncomment below to test the property
#expect_equal(model.instance$`asset`, "EXPECTED_RESULT")
})
test_that("interest", {
# tests for the property `interest` (character)
# uncomment below to test the property
#expect_equal(model.instance$`interest`, "EXPECTED_RESULT")
})
test_that("interestAccuredTime", {
# tests for the property `interestAccuredTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`interestAccuredTime`, "EXPECTED_RESULT")
})
test_that("interestRate", {
# tests for the property `interestRate` (character)
# uncomment below to test the property
#expect_equal(model.instance$`interestRate`, "EXPECTED_RESULT")
})
test_that("principal", {
# tests for the property `principal` (character)
# uncomment below to test the property
#expect_equal(model.instance$`principal`, "EXPECTED_RESULT")
})
test_that("type", {
# tests for the property `type` (character)
# uncomment below to test the property
#expect_equal(model.instance$`type`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.