T
- T is a class that extends Throwable in practicepublic interface ExceptionAssertionsPerformer<T>
AssertExtensions
class.Modifier and Type | Method and Description |
---|---|
void |
performAssertionsAfterCatch(T th)
Method used to perform assertions after
performThrowingAction has thrown and been caught |
void |
performThrowingAction()
Method that is expected to throw an exception of type T or assignable from type T
|
Copyright © 2014. All rights reserved.