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 private static BMUnitConfigState
BMUnitConfigState. currentConfigState
static BMUnitConfigState
BMUnitConfigState. defaultConfigState
a default configuration state used when a test class does not specify a configuration state.private BMUnitConfigState
BMUnitConfigState. previous
private static BMUnitConfigState
BMUnitConfigState. shadowConfigState
a global configuration state used to preserve the configuration associated with a test class should the BMUnitRunner temporarily reconfigure the state for a specific test method.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.Methods in org.jboss.byteman.contrib.bmunit with parameters of type BMUnitConfigState Modifier and Type Method Description private static boolean
BMUnitConfigState. configurePropertyReset(BMUnitConfigState newConfigState, BMUnitConfigState oldConfigState, java.util.Properties props)
helper method to configure the properties to be reset when a config change occursprivate static boolean
BMUnitConfigState. needPropertyReset(BMUnitConfigState newConfigState, BMUnitConfigState oldConfigState)
helper method to check whether we need to update agent properties when we switch configConstructors in org.jboss.byteman.contrib.bmunit with parameters of type BMUnitConfigState Constructor Description BMUnitConfigState(BMUnitConfig config, BMUnitConfigState previous)
BMUnitConfigState(BMUnitConfigState previous)
-