Uses of Class
org.jboss.byteman.contrib.bmunit.BMUnitConfigState
-
Packages that use BMUnitConfigState Package Description org.jboss.byteman.contrib.bmunit -
-
Uses of BMUnitConfigState in org.jboss.byteman.contrib.bmunit
Fields in org.jboss.byteman.contrib.bmunit declared as BMUnitConfigState Modifier and Type Field Description static BMUnitConfigState
BMUnitConfigState. defaultConfigState
a default configuration state used when a test class does not specify a configuration state.Methods in org.jboss.byteman.contrib.bmunit that return BMUnitConfigState Modifier and Type Method Description BMUnitConfigState
BMUnitConfigState. currentConfigState()
static BMUnitConfigState
BMUnitConfigState. getCurrentConfigState()
the global configuration state which configures the operation of BMUnit when running tests in a specific class or a method in that class.
-