Interface | Description |
---|---|
ExceptionAssertionsPerformer<T> |
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. |
Class | Description |
---|---|
AssertExtensions |
Adds additional Assert methods to the JUnit implementation
|
ExceptionAssertExtensions |
Adds additional Assert methods to the JUnit implementation
|
NumericAssertExtensions |
Extensions to the JUnit library for numeric argument related assertions
|
Copyright © 2014. All rights reserved.