# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200102Data")
model.instance <- InlineResponse200102Data$new()
test_that("fifteenMinHashRate", {
# tests for the property `fifteenMinHashRate` (character)
# uncomment below to test the property
#expect_equal(model.instance$`fifteenMinHashRate`, "EXPECTED_RESULT")
})
test_that("dayHashRate", {
# tests for the property `dayHashRate` (character)
# uncomment below to test the property
#expect_equal(model.instance$`dayHashRate`, "EXPECTED_RESULT")
})
test_that("validNum", {
# tests for the property `validNum` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`validNum`, "EXPECTED_RESULT")
})
test_that("invalidNum", {
# tests for the property `invalidNum` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`invalidNum`, "EXPECTED_RESULT")
})
test_that("profitToday", {
# tests for the property `profitToday` (InlineResponse200102DataProfitToday)
# uncomment below to test the property
#expect_equal(model.instance$`profitToday`, "EXPECTED_RESULT")
})
test_that("profitYesterday", {
# tests for the property `profitYesterday` (InlineResponse200102DataProfitToday)
# uncomment below to test the property
#expect_equal(model.instance$`profitYesterday`, "EXPECTED_RESULT")
})
test_that("userName", {
# tests for the property `userName` (character)
# uncomment below to test the property
#expect_equal(model.instance$`userName`, "EXPECTED_RESULT")
})
test_that("unit", {
# tests for the property `unit` (character)
# uncomment below to test the property
#expect_equal(model.instance$`unit`, "EXPECTED_RESULT")
})
test_that("algo", {
# tests for the property `algo` (character)
# uncomment below to test the property
#expect_equal(model.instance$`algo`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.