Interface CompileTester.ColumnClause<T>
- Type Parameters:
T- the clause type returned byCompileTester.ChainingClause.and()
- All Superinterfaces:
CompileTester.ChainingClause<T>
- Enclosing interface:
CompileTester
The clause in the fluent API that checks that a diagnostic starts at a particular column.
- Author:
- Gregory Kick
-
Method Summary
Methods inherited from interface CompileTester.ChainingClause
and
-
Method Details
-
atColumn
-