# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test BillingApi")
api.instance <- BillingApi$new()
test_that("AddUserToBillingProject", {
# tests for AddUserToBillingProject
# base path: http://localhost
# add user to billing project the caller owns
# @param project.id character Project ID
# @param workbench.role character role of user for project
# @param email character email of user or group to add
# @return [Void]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("CreateBillingProjectFull", {
# tests for CreateBillingProjectFull
# base path: http://localhost
# create billing project in FireCloud and google
# @param create.project.request CreateRawlsBillingProjectFullRequest create project request
# @return [Void]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("DeleteBillingProject", {
# tests for DeleteBillingProject
# base path: http://localhost
# delete billing project
# delete billing project
# @param project.name character Name of the billing project
# @return [Void]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("ListBillingProjectMembers", {
# tests for ListBillingProjectMembers
# base path: http://localhost
# list members of billing project the caller owns
# @param project.id character Project ID
# @return [array[BillingProjectMember]]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("RemoveUserFromBillingProject", {
# tests for RemoveUserFromBillingProject
# base path: http://localhost
# remove user from billing project the caller owns
# @param project.id character Project ID
# @param workbench.role character role of user for project
# @param email character email of user or group to remove
# @return [Void]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.