# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test ToolClass")
model.instance <- ToolClass$new()
test_that("id", {
# tests for the property `id` (character)
# The unique identifier for the class
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("name", {
# tests for the property `name` (character)
# A short friendly name for the class
# uncomment below to test the property
#expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("description", {
# tests for the property `description` (character)
# A longer explanation of what this class is and what it can accomplish
# uncomment below to test the property
#expect_equal(model.instance$`description`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.