| Package | Description |
|---|---|
| com.github.writethemfirst.approvals |
Approvals Package
|
| com.github.writethemfirst.approvals.utils |
Utils Package
|
| Modifier and Type | Method and Description |
|---|---|
<I1,I2,I3,I4,I5> |
CombinationApprover.verifyAllCombinations(I1[] args1,
I2[] args2,
I3[] args3,
I4[] args4,
I5[] args5,
Function5<I1,I2,I3,I4,I5,?> f)
Compares the actual output of your program and the content of the approved file matching with the test method (see
Approver.verify(Object) for details). |
static <I1,I2,I3,I4,I5> |
Approvals.verifyAllCombinations(I1[] args1,
I2[] args2,
I3[] args3,
I4[] args4,
I5[] args5,
Function5<I1,I2,I3,I4,I5,?> f)
Compares the actual output of your program and the content of the approved file matching with the test method (see
Approvals.verify(Object) for details). |
<I1,I2,I3,I4,I5> |
CombinationApprover.verifyAllCombinations(java.lang.Iterable<I1> args1,
java.lang.Iterable<I2> args2,
java.lang.Iterable<I3> args3,
java.lang.Iterable<I4> args4,
java.lang.Iterable<I5> args5,
Function5<I1,I2,I3,I4,I5,?> f)
Compares the actual output of your program and the content of the approved file matching with the test method (see
Approver.verify(Object) for details). |
static <I1,I2,I3,I4,I5> |
Approvals.verifyAllCombinations(java.lang.Iterable<I1> args1,
java.lang.Iterable<I2> args2,
java.lang.Iterable<I3> args3,
java.lang.Iterable<I4> args4,
java.lang.Iterable<I5> args5,
Function5<I1,I2,I3,I4,I5,?> f)
Compares the actual output of your program and the content of the approved file matching with the test method (see
Approvals.verify(Object) for details). |
| Modifier and Type | Method and Description |
|---|---|
static <IN1,IN2,IN3,IN4,IN5> |
FunctionUtils.applyCombinations(java.lang.Iterable<IN1> args1,
java.lang.Iterable<IN2> args2,
java.lang.Iterable<IN3> args3,
java.lang.Iterable<IN4> args4,
java.lang.Iterable<IN5> args5,
Function5<IN1,IN2,IN3,IN4,IN5,?> function)
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
|
Copyright © 2018 Write Them First!. All rights reserved.