| Modifier and Type | Method and Description |
|---|---|
CompileTester.SuccessfulFileClause<T> |
CompileTester.GeneratedPredicateClause.generatesFileNamed(javax.tools.JavaFileManager.Location location,
java.lang.String packageName,
java.lang.String relativeName)
Checks that a file with the specified location, package, and filename was generated.
|
CompileTester.SuccessfulFileClause<T> |
CompileTester.SuccessfulFileClause.withContents(com.google.common.io.ByteSource expectedByteSource)
Checks that the contents of the generated file match the contents of the specified
ByteSource. |
CompileTester.SuccessfulFileClause<T> |
CompileTester.SuccessfulFileClause.withStringContents(java.nio.charset.Charset charset,
java.lang.String expectedString)
Checks that the contents of the generated file are equal to the specified string in the given
charset.
|
Copyright © 2013-2017. All Rights Reserved.