Uses of Class
org.jboss.byteman.contrib.bmunit.BMUnitConfigState
Packages that use BMUnitConfigState
-
Uses of BMUnitConfigState in org.jboss.byteman.contrib.bmunit
Fields in org.jboss.byteman.contrib.bmunit declared as BMUnitConfigStateModifier and TypeFieldDescriptionprivate 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 BMUnitConfigStateModifier and TypeMethodDescriptionBMUnitConfigState.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 BMUnitConfigStateModifier and TypeMethodDescriptionprivate static boolean
BMUnitConfigState.configurePropertyReset
(BMUnitConfigState newConfigState, BMUnitConfigState oldConfigState, 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 BMUnitConfigStateModifierConstructorDescriptionprivate
BMUnitConfigState
(BMUnitConfig config, BMUnitConfigState previous) private
BMUnitConfigState
(BMUnitConfigState previous)