tests/testthat/test_tools.R

test_that("subtype", {

	expect_equal(subtype("Option", "function"),
							 "Optionfunction")
		expect_equal(subtype("Option", "ANY"),
							 "Option")
})
andreamelloncelli/funObject documentation built on May 7, 2019, 8:25 a.m.