# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200113")
model.instance <- InlineResponse200113$new()
test_that("operationId", {
# tests for the property `operationId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`operationId`, "EXPECTED_RESULT")
})
test_that("poolId", {
# tests for the property `poolId` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`poolId`, "EXPECTED_RESULT")
})
test_that("poolName", {
# tests for the property `poolName` (character)
# uncomment below to test the property
#expect_equal(model.instance$`poolName`, "EXPECTED_RESULT")
})
test_that("operation", {
# tests for the property `operation` (character)
# \"ADD\" or \"REMOVE\"
# uncomment below to test the property
#expect_equal(model.instance$`operation`, "EXPECTED_RESULT")
})
test_that("status", {
# tests for the property `status` (integer)
# 0: pending, 1: success, 2: failed
# uncomment below to test the property
#expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
test_that("updateTime", {
# tests for the property `updateTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`updateTime`, "EXPECTED_RESULT")
})
test_that("shareAmount", {
# tests for the property `shareAmount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`shareAmount`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.