# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test Profile")
model.instance <- Profile$new()
test_that("firstName", {
# tests for the property `firstName` (character)
# User's first name
# uncomment below to test the property
#expect_equal(model.instance$`firstName`, "EXPECTED_RESULT")
})
test_that("lastName", {
# tests for the property `lastName` (character)
# User's last name
# uncomment below to test the property
#expect_equal(model.instance$`lastName`, "EXPECTED_RESULT")
})
test_that("title", {
# tests for the property `title` (character)
# User's title
# uncomment below to test the property
#expect_equal(model.instance$`title`, "EXPECTED_RESULT")
})
test_that("contactEmail", {
# tests for the property `contactEmail` (character)
# User's contact email (if different from account email)
# uncomment below to test the property
#expect_equal(model.instance$`contactEmail`, "EXPECTED_RESULT")
})
test_that("institute", {
# tests for the property `institute` (character)
# User's home institution
# uncomment below to test the property
#expect_equal(model.instance$`institute`, "EXPECTED_RESULT")
})
test_that("institutionalProgram", {
# tests for the property `institutionalProgram` (character)
# User's institutional program
# uncomment below to test the property
#expect_equal(model.instance$`institutionalProgram`, "EXPECTED_RESULT")
})
test_that("programLocationCity", {
# tests for the property `programLocationCity` (character)
# User's program location city
# uncomment below to test the property
#expect_equal(model.instance$`programLocationCity`, "EXPECTED_RESULT")
})
test_that("programLocationState", {
# tests for the property `programLocationState` (character)
# User's program location state
# uncomment below to test the property
#expect_equal(model.instance$`programLocationState`, "EXPECTED_RESULT")
})
test_that("programLocationCountry", {
# tests for the property `programLocationCountry` (character)
# User's program location country
# uncomment below to test the property
#expect_equal(model.instance$`programLocationCountry`, "EXPECTED_RESULT")
})
test_that("pi", {
# tests for the property `pi` (character)
# Principal Investigator
# uncomment below to test the property
#expect_equal(model.instance$`pi`, "EXPECTED_RESULT")
})
test_that("nonProfitStatus", {
# tests for the property `nonProfitStatus` (character)
# User's program non-profit status
# uncomment below to test the property
#expect_equal(model.instance$`nonProfitStatus`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.