Uses of Interface
com.google.testing.compile.CompileTester.UnsuccessfulCompilationClause
-
Uses of CompileTester.UnsuccessfulCompilationClause in com.google.testing.compile
Subinterfaces with type arguments of type CompileTester.UnsuccessfulCompilationClause in com.google.testing.compileModifier and TypeInterfaceDescriptionstatic interfaceThe clause in the fluent API for further tests on unsuccessful compilations.Methods in com.google.testing.compile that return CompileTester.UnsuccessfulCompilationClauseModifier and TypeMethodDescriptionCompileTester.failsToCompile()The clause in the fluent API that tests for unsuccessful compilation.JavaSourcesSubject.failsToCompile()JavaSourcesSubject.SingleSourceAdapter.failsToCompile()CompileTester.UnsuccessfulCompilationClause.withErrorCount(int errorCount) Checks that the total error count in all files matches the given amount.Methods in com.google.testing.compile that return types with arguments of type CompileTester.UnsuccessfulCompilationClauseModifier and TypeMethodDescriptionCompileTester.UnsuccessfulCompilationClause.withErrorContaining(String messageFragment) Checks that an error exists that contains the given fragment in the diagnostic message.