public interface TestableFluent<P>
| Modifier and Type | Method and Description |
|---|---|
CheckableFluent<P> |
given(String name) |
P |
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcher) |
P |
test(String text) |
<T> P |
test(String reason,
T actual,
org.hamcrest.Matcher<T> matcher) |
<T> P |
test(T actual,
org.hamcrest.Matcher<T> matcher) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.