Uses of Class
org.eolang.Expect
-
Packages that use Expect Package Description org.eolang EO runtime. -
-
Uses of Expect in org.eolang
Methods in org.eolang that return Expect Modifier and Type Method Description static Expect<Phi>
Expect. at(Phi phi, String attr)
Starting point.Expect<T>
Expect. must(Function<T,Boolean> fun)
Assert on it.Expect<T>
Expect. otherwise(String message)
Fail with this message otherwise.<R> Expect<R>
Expect. that(Function<T,R> fun)
Assert that it passes.Constructors in org.eolang with parameters of type Expect Constructor Description Int(Expect<Phi> expect)
Ctor.Natural(Expect<Phi> expect)
Ctor.Number(Expect<Phi> expect)
Ctor.
-