Class and Description |
---|
ExceptionAssertionsPerformer
Interface to wrap the required logic to:
Execute the statement/s that is/are expected to throw an exception (method performThrowingAction()).
Do the corresponding assertions on the exception thrown (method performAssertionsAfterCatch(T)).
We pass this functions into the corresponding static methods in the
AssertExtensions class. |
Copyright © 2014. All rights reserved.