tests/testthat/test_nih_api.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test NIHApi")

api.instance <- NIHApi$new()

test_that("NIHCallback", {
  # tests for NIHCallback
  # base path: http://localhost
  # Updates a user&#39;s NIH link from a JWT
  # @param jwt JWTWrapper JWT from NIH login
  # @return [NihStatus]

  # uncomment below to test the operation
  #expect_equal(result, "EXPECTED_RESULT")
})

test_that("NIHStatus", {
  # tests for NIHStatus
  # base path: http://localhost
  # Retrieves info about a user&#39;s NIH link
  # @return [NihStatus]

  # uncomment below to test the operation
  #expect_equal(result, "EXPECTED_RESULT")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.