# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test StackTraceElement")
model.instance <- StackTraceElement$new()
test_that("className", {
# tests for the property `className` (character)
# class name
# uncomment below to test the property
#expect_equal(model.instance$`className`, "EXPECTED_RESULT")
})
test_that("methodName", {
# tests for the property `methodName` (character)
# method name
# uncomment below to test the property
#expect_equal(model.instance$`methodName`, "EXPECTED_RESULT")
})
test_that("fileName", {
# tests for the property `fileName` (character)
# source file name
# uncomment below to test the property
#expect_equal(model.instance$`fileName`, "EXPECTED_RESULT")
})
test_that("lineNumber", {
# tests for the property `lineNumber` (integer)
# line number
# uncomment below to test the property
#expect_equal(model.instance$`lineNumber`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.