| Package | Description |
|---|---|
| org.cthul.matchers | |
| org.cthul.matchers.exceptions | |
| org.cthul.matchers.object |
| Class and Description |
|---|
| CIs |
| 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());
|
| Class and Description |
|---|
| CIs |
| InstanceOf
Example:
Object o = "foobar;
assertThat(o, isA(String.class).thatIs(foo()).and(bar());
|
Copyright © 2015. All rights reserved.