tests/testthat/test_v1_matrix_post_response.R

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

context("Test V1MatrixPostResponse")

model.instance <- V1MatrixPostResponse$new()

test_that("request_id", {
  # tests for the property `request_id` (character)
  # UUID identifying a matrix request.

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

test_that("non_human_request_ids", {
  # tests for the property `non_human_request_ids` (map(character))

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

test_that("status", {
  # tests for the property `status` (character)
  # Status of a matrix request, for example whether it is still running or has finished. 

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

test_that("message", {
  # tests for the property `message` (character)

  # uncomment below to test the property 
  #expect_equal(model.instance$`message`, "EXPECTED_RESULT")
})
Bioconductor/hcamatrixapi documentation built on Nov. 6, 2019, 12:10 a.m.