Class SoIt<T>
- java.lang.Object
-
- org.saynotobugs.confidence.quality.composite.QualityComposition<T>
-
- org.saynotobugs.confidence.quality.grammar.SoIt<T>
-
- All Implemented Interfaces:
Quality<T>
public final class SoIt<T> extends QualityComposition<T>
-
-
Constructor Summary
Constructors Constructor Description SoIt(Quality<T> delegate)AQualitydecorator that adds {code "so it"} in front of the expectation and"but"in front of the failDescription.
-
Method Summary
-
Methods inherited from class org.saynotobugs.confidence.quality.composite.QualityComposition
assessmentOf, description
-
-
-
-
Constructor Detail
-
SoIt
public SoIt(Quality<T> delegate)
AQualitydecorator that adds {code "so it"} in front of the expectation and"but"in front of the failDescription.
-
-