| Type | Name and description |
|---|---|
boolean |
bddGenerate BddAssertions entry point class |
java.lang.String[] |
classOrPackageNamesClasses and packages to generate assertions for |
boolean |
entryPointInheritsEntry point classes inherit from core Assertj classes |
java.lang.String |
entryPointPackageDestination package for entry poit classes. |
boolean |
junit_softGenerate JunitSoftAssertions entry point class |
java.io.File |
outputDirOutput directory for generated classes |
boolean |
softGenerate SoftAssertions entry point class |
boolean |
standardGenerate Assertions entry point class |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Generate BddAssertions entry point class
Classes and packages to generate assertions for
Entry point classes inherit from core Assertj classes
Destination package for entry poit classes. The generator will choose if null
Generate JunitSoftAssertions entry point class
Output directory for generated classes
Generate SoftAssertions entry point class
Generate Assertions entry point class