tests/testthat/test_permission_report.R

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

context("Test PermissionReport")

model.instance <- PermissionReport$new()

test_that("workspaceACL", {
  # tests for the property `workspaceACL` (map(WorkspaceAccessEntry))
  # a map of (user email -&gt; WorkspaceAccessEntry). &#x60;exampleEmail&#x60; is an example key.

  # uncomment below to test the property 
  #expect_equal(model.instance$`workspaceACL`, "EXPECTED_RESULT")
})

test_that("referencedMethods", {
  # tests for the property `referencedMethods` (array[EntityAccessControl])

  # uncomment below to test the property 
  #expect_equal(model.instance$`referencedMethods`, "EXPECTED_RESULT")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.