| Modifier and Type | Method and Description |
|---|---|
CompileTester.UnsuccessfulCompilationClause |
JavaSourcesSubject.failsToCompile() |
CompileTester.UnsuccessfulCompilationClause |
JavaSourcesSubject.SingleSourceAdapter.failsToCompile() |
CompileTester.UnsuccessfulCompilationClause |
CompileTester.failsToCompile()
The clause in the fluent API that tests for unsuccessful compilation.
|
CompileTester.UnsuccessfulCompilationClause |
CompileTester.UnsuccessfulCompilationClause.withErrorCount(int errorCount)
Checks that the total error count in all files matches the given amount.
|
| Modifier and Type | Method and Description |
|---|---|
CompileTester.FileClause<CompileTester.UnsuccessfulCompilationClause> |
CompileTester.UnsuccessfulCompilationClause.withErrorContaining(String messageFragment)
Checks that an error exists that contains the given fragment in the
diagnostic message.
|
Copyright © 2013-2017. All Rights Reserved.