tests/testthat/test_credential_api.R

# Automatically generated
# Please update as you see appropriate

context("Test CredentialApi")

api.instance <- CredentialApi$new()

test_that("create", {
  # tests for create
  # base path: https://api.lamp.digital
  # @param character  type.id   
  # @param object  body   
  # @return [object]

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

test_that("delete", {
  # tests for delete
  # base path: https://api.lamp.digital
  # @param character  type.id   
  # @param character  access.key   
  # @return [object]

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

test_that("list", {
  # tests for list
  # base path: https://api.lamp.digital
  # @param character  type.id   
  # @param character  transform    (optional)
  # @return [object]

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

test_that("update", {
  # tests for update
  # base path: https://api.lamp.digital
  # @param character  type.id   
  # @param character  access.key   
  # @param object  body   
  # @return [object]

  # uncomment below to test the operation
  #expect_equal(result, "EXPECTED_RESULT")
})
BIDMCDigitalPsychiatry/LAMP-r documentation built on April 29, 2020, 9:51 a.m.