- active - Variable in enum com.github.writethemfirst.approvals.reporters.SupportedOs
-
- apply(IN1) - Method in interface com.github.writethemfirst.approvals.utils.functions.Function1
-
Applies the function to the provided argument and returns the result.
- apply(IN1, IN2) - Method in interface com.github.writethemfirst.approvals.utils.functions.Function2
-
Applies the function to the provided arguments and returns the result.
- apply(IN1, IN2, IN3) - Method in interface com.github.writethemfirst.approvals.utils.functions.Function3
-
Applies the function to the provided arguments and returns the result.
- apply(IN1, IN2, IN3, IN4) - Method in interface com.github.writethemfirst.approvals.utils.functions.Function4
-
Applies the function to the provided arguments and returns the result.
- apply(IN1, IN2, IN3, IN4, IN5) - Method in interface com.github.writethemfirst.approvals.utils.functions.Function5
-
Applies the function to the provided arguments and returns the result.
- applyCombinations(Iterable<IN1>, Function1<IN1, ?>) - Static method in class com.github.writethemfirst.approvals.utils.FunctionUtils
-
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
- applyCombinations(Iterable<IN1>, Iterable<IN2>, Function2<IN1, IN2, ?>) - Static method in class com.github.writethemfirst.approvals.utils.FunctionUtils
-
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
- applyCombinations(Iterable<IN1>, Iterable<IN2>, Iterable<IN3>, Function3<IN1, IN2, IN3, ?>) - Static method in class com.github.writethemfirst.approvals.utils.FunctionUtils
-
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
- applyCombinations(Iterable<IN1>, Iterable<IN2>, Iterable<IN3>, Iterable<IN4>, Function4<IN1, IN2, IN3, IN4, ?>) - Static method in class com.github.writethemfirst.approvals.utils.FunctionUtils
-
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
- applyCombinations(Iterable<IN1>, Iterable<IN2>, Iterable<IN3>, Iterable<IN4>, Iterable<IN5>, Function5<IN1, IN2, IN3, IN4, IN5, ?>) - Static method in class com.github.writethemfirst.approvals.utils.FunctionUtils
-
Applies the provided function to all combinations of all the provided arguments for the function, and returns the produced results as a String.
- ApprovalFiles - Class in com.github.writethemfirst.approvals.files
-
ApprovalFiles
- ApprovalFiles(Path, String) - Constructor for class com.github.writethemfirst.approvals.files.ApprovalFiles
-
Constructs a pair of approval entries from the provided folder and method name.
- ApprovalFiles(Path, Path) - Constructor for class com.github.writethemfirst.approvals.files.ApprovalFiles
-
- ApprovalFolders - Class in com.github.writethemfirst.approvals.files
-
ApprovalFolders is similar to ApprovalFiles : it holds a pair of
Paths,
approved and
received.
- ApprovalFolders(Path, String) - Constructor for class com.github.writethemfirst.approvals.files.ApprovalFolders
-
Constructs a pair of approval entries from the provided folder and method name.
- Approvals - Class in com.github.writethemfirst.approvals
-
- approved - Variable in class com.github.writethemfirst.approvals.files.ApprovalFiles
-
Path to an approved entry.
- approvedContent() - Method in class com.github.writethemfirst.approvals.files.ApprovalFiles
-
- Approver - Class in com.github.writethemfirst.approvals.approvers
-
# Approvals
- Approver() - Constructor for class com.github.writethemfirst.approvals.approvers.Approver
-
Standard approvals, with default
Reporter and file name detected from the test class used to apply the constructor and the test method used to apply a
Approver.verify(Object) method.
- ARAXIS - Static variable in interface com.github.writethemfirst.approvals.reporters.windows.Windows
-