tests/testserver/test_ts_markerprofiles_allelematrices_search_post.R

context("ts markerprofiles_allelematrices_search_post")

con <- ba_db()$testserver

test_that("Calls are present", {

  res <- ba_markerprofiles_allelematrices_search_post(con = con, markerProfileDbId = "mr1")
  expect_that(nrow(res) >= 2, is_true())

})
CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.