| Package | Description |
|---|---|
| com.github.dakusui.scriptunit | |
| com.github.dakusui.scriptunit.drivers |
| Constructor and Description |
|---|
ScriptUnit(Class<?> klass)
Only called reflectively.
|
ScriptUnit(Class<?> klass,
Properties properties)
A constructor for testing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Collections |
| Modifier and Type | Method and Description |
|---|---|
<T extends Stage> |
Arith.add(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.always() |
<T extends Stage> |
Predicates.and(Func<T,Boolean>... predicates) |
<T extends Stage,E> |
Basic.attr(Func<T,String> attr)
Returns a function to access an attribute value in a test fixture.
|
<T extends Stage,U> |
Predicates.compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Predicates.cond(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage,E> |
Collections.containedBy(Func<T,Iterable<E>> iterable) |
<T extends Stage> |
Arith.div(Func<T,Number>... numbers) |
<T extends Stage,U> |
Predicates.eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,E> |
Collections.filter(Func<T,Iterable<? extends E>> iterable,
Func<T,Func<? super E,Boolean>> predicate) |
<T extends Stage,U> |
Predicates.ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> |
Predicates.lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> |
Arith.mul(Func<T,Number>... numbers) |
<T extends Stage> |
Predicates.not(Func<T,Boolean> predicate) |
<T extends Stage> |
Predicates.or(Func<T,Boolean>... predicates) |
<T extends Stage,E> |
Basic.quote(Func<T,?>... values) |
<T extends Stage,E> |
Collections.size(Func<T,Iterable<? extends E>> iterable) |
<T extends Stage> |
Arith.sub(Func<T,Number>... numbers) |
<T extends Stage,E> |
Basic.value(Func<T,String> entryName,
Func<T,?> target)
Returns a function to invoke a method of a specified name.
|
Copyright © 2017. All rights reserved.