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 BMUnitConfigStateBMUnitConfigState.currentConfigStatestatic BMUnitConfigStateBMUnitConfigState.defaultConfigStatea default configuration state used when a test class does not specify a configuration state.private BMUnitConfigStateBMUnitConfigState.previousprivate static BMUnitConfigStateBMUnitConfigState.shadowConfigStatea 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 BMUnitConfigStateBMUnitConfigState.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 booleanBMUnitConfigState.configurePropertyReset(BMUnitConfigState newConfigState, BMUnitConfigState oldConfigState, Properties props) helper method to configure the properties to be reset when a config change occursprivate static booleanBMUnitConfigState.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 BMUnitConfigStateModifierConstructorDescriptionprivateBMUnitConfigState(BMUnitConfig config, BMUnitConfigState previous) privateBMUnitConfigState(BMUnitConfigState previous)