public static class CheckableFactory.BoundCheckable1Impl<P,A> extends Object implements CheckableFluent.BoundCheckable1<P,A>
| Constructor and Description |
|---|
BoundCheckable1Impl(AbstractTestableFluent<P> testable,
String var1) |
| Modifier and Type | Method and Description |
|---|---|
CheckableFluent.UnboundCheckable1<P,A> |
given(String name) |
P |
test(CheckableFluent.Predicate1<A> predicate) |
P |
test(CheckableFluent.Predicate1<A> predicate,
String reason) |
public BoundCheckable1Impl(AbstractTestableFluent<P> testable, String var1)
public P test(CheckableFluent.Predicate1<A> predicate)
test in interface CheckableFluent.BoundCheckable1<P,A>public P test(CheckableFluent.Predicate1<A> predicate, String reason)
test in interface CheckableFluent.BoundCheckable1<P,A>public CheckableFluent.UnboundCheckable1<P,A> given(String name)
given in interface CheckableFluent.BoundCheckable1<P,A>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.