| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.exceptions |
| Class and Description |
|---|
| InstanceOf
Example:
Object o = "foobar;
assertThat(o, isA(String.class).thatIs(foo()).and(bar());
|
| Class and Description |
|---|
| InstanceOf
Example:
Object o = "foobar;
assertThat(o, isA(String.class).thatIs(foo()).and(bar());
|
Copyright © 2013. All Rights Reserved.