| Interface | Description |
|---|---|
| Case<T> |
Cases are the principal building block of the fuzzy engine.
|
| Cases.EightCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,INPUT7,INPUT8,OUTPUT> | |
| Cases.FiveCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,OUTPUT> | |
| Cases.FourCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,OUTPUT> | |
| Cases.NineCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,INPUT7,INPUT8,INPUT9,OUTPUT> | |
| Cases.SevenCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,INPUT7,OUTPUT> | |
| Cases.SixCaseCompositionFunction<INPUT1,INPUT2,INPUT3,INPUT4,INPUT5,INPUT6,OUTPUT> | |
| Cases.ThreeCaseCompositionFunction<INPUT1,INPUT2,INPUT3,OUTPUT> | |
| Cases.TwoCaseCompositionFunction<INPUT1,INPUT2,OUTPUT> | |
| Subcase<T> |
Describes a specific variant of a value generated by a
Case. |
| Subcases.BiPermutedSupplierFunction<T,U,R> |
| Class | Description |
|---|---|
| Any | |
| Cases | |
| Context |
The principal engine of the fuzzy evaluation workflow.
|
| FuzzyPreconditions | |
| FuzzyUtil | |
| Generator<T> |
The generator is a stand-in for an input value in a test case.
|
| Generator.GeneratorBuilder | |
| Literal | |
| Subcases |
| Enum | Description |
|---|---|
| CaseCompositionMode |
Describes the different algorithms the fuzzy library can use to permute subcases when running tests or using one of
the case composition functions.
|
Copyright © 2017 Redfin. All rights reserved.