assertCompartmentExists {rxode2} | R Documentation |
Verify that the compartment exists in a model
Description
Verify that the compartment exists in a model
Usage
assertCompartmentExists(ui, x)
testCompartmentExists(ui, x)
Arguments
ui |
is the model to test |
x |
The value to test (can be a vector of strings) |
Value
the value of the compartment that exists; if it is a vector returns the first item that matches
Functions
-
testCompartmentExists()
: Test if compartment exists
Author(s)
Matthew Fidler & Bill Denney
See Also
Other Assertions:
assertCompartmentName()
,
assertCompartmentNew()
,
assertRxUi()
,
assertVariableExists()
,
assertVariableNew()
,
testIniDf()
,
testRxUnbounded()
[Package rxode2 version 4.0.1 Index]