public class ThrowableAssertFactory extends Object implements AssertFactory<ThrowableAssert,Throwable>
| Constructor and Description |
|---|
ThrowableAssertFactory() |
| Modifier and Type | Method and Description |
|---|---|
ThrowableAssert |
getAssert(Throwable throwable)
Should return constructed assertion for given exception
|
public ThrowableAssert getAssert(Throwable throwable)
AssertFactorygetAssert in interface AssertFactory<ThrowableAssert,Throwable>throwable - exceptionCopyright © 2014. All rights reserved.