mirror of https://github.com/msberends/AMR.git
10 lines
303 B
R
10 lines
303 B
R
|
context("ab_property.R")
|
||
|
|
||
|
test_that("ab_property works", {
|
||
|
expect_equal(ab_certe("amox"), "amox")
|
||
|
expect_equal(ab_official("amox"), "Amoxicillin")
|
||
|
expect_equal(ab_official_nl("amox"), "Amoxicilline")
|
||
|
expect_equal(ab_trivial_nl("amox"), "Amoxicilline")
|
||
|
expect_equal(ab_umcg("amox"), "AMOX")
|
||
|
})
|