|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interfaces java.io.Serializable, org.springframework.core.AttributeAccessor
.
Changed from a class to an interface. Changed from non-abstract to abstract.
Removed Methods | |
void markApplicationContextDirty() |
Call this method to signal that the ApplicationContext application context associated with this test context is dirty and should be discarded. |
String toString() |
Provide a String representation of this test context's state. |
Added Methods | |
void updateState(Object, |
Update this test context to reflect the state of the currently executing test. |
Changed Methods | ||
ApplicationContext getApplicationContext() |
Changed from non-abstract to abstract. | Get the application context for this test context, possibly cached. |
Class<?> getTestClass() |
Changed from non-abstract to abstract. Change from final to non-final. |
Get the test class for this test context. |
Throwable getTestException() |
Changed from non-abstract to abstract. Change from final to non-final. |
Get the exception that was thrown during execution of the test method. |
Object getTestInstance() |
Changed from non-abstract to abstract. Change from final to non-final. |
Get the current test instance for this test context. |
Method getTestMethod() |
Changed from non-abstract to abstract. Change from final to non-final. |
Get the current test method for this test context. |
void markApplicationContextDirty(HierarchyMode ) |
Changed from non-abstract to abstract. | Call this method to signal that the ApplicationContext application context associated with this test context is dirty and should be discarded. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |