# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test MethodShort")
model.instance <- MethodShort$new()
test_that("managers", {
# tests for the property `managers` (array[character])
# List of Owners.
# uncomment below to test the property
#expect_equal(model.instance$`managers`, "EXPECTED_RESULT")
})
test_that("namespace", {
# tests for the property `namespace` (character)
# Namespace which contains AgoraEntity.
# uncomment below to test the property
#expect_equal(model.instance$`namespace`, "EXPECTED_RESULT")
})
test_that("name", {
# tests for the property `name` (character)
# Name of the AgoraEntity.
# uncomment below to test the property
#expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("snapshotId", {
# tests for the property `snapshotId` (integer)
# SnapshotId of AgoraEntity
# uncomment below to test the property
#expect_equal(model.instance$`snapshotId`, "EXPECTED_RESULT")
})
test_that("public", {
# tests for the property `public` (character)
# If this AgoraEntity is publicly readable.
# uncomment below to test the property
#expect_equal(model.instance$`public`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.