Interface CompileTester.ChainingClause<T>
- Type Parameters:
T- the clause type returned byand()
- All Known Subinterfaces:
CompileTester.CleanCompilationClause, CompileTester.ColumnClause<T>, CompileTester.FileClause<T>, CompileTester.LineClause<T>, CompileTester.SuccessfulCompilationClause, CompileTester.SuccessfulFileClause<T>
- Enclosing interface:
CompileTester
public static interface CompileTester.ChainingClause<T>
The clause in the fluent API that allows for chaining test conditions.
- Author:
- Gregory Kick
-
Method Summary
-
Method Details
-
and
T and()
-