public class AssertjGeneratorExtension
| Constructor and Description |
|---|
AssertjGeneratorExtension() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBdd()
Deprecated.
|
java.lang.String[] |
getClassOrPackageNames()
Classes and packages to generate assertions for.
|
boolean |
getCleanOutputDir()
Clean output directory before generating assertions.
|
boolean |
getEntryPointInherits()
Entry point classes inherit from core Assertj classes
|
java.lang.String |
getEntryPointPackage()
Destination package for entry point classes. The generator will choose if null.
|
org.assertj.assertions.generator.AssertionsEntryPointType[] |
getEntryPointTypes()
What kinds of entry point classes to generate.
|
boolean |
getJunit_soft()
Deprecated.
|
java.lang.Object |
getOutputDir()
Output directory for generated classes.
Any type accepted by Project.file(Object).
|
boolean |
getSoft()
Deprecated.
|
java.lang.String |
getSourceSetName()
The name of the sourceSet containing classes to generate assertions for.
|
boolean |
getStandard()
Deprecated.
|
java.lang.String |
getTestSourceSetName()
The name of the target sourceSet for generated assertions.
|
void |
setBdd(boolean value)
Deprecated.
|
void |
setClassOrPackageNames(java.lang.String[] p)
Classes and packages to generate assertions for.
|
void |
setEntryPointInherits(boolean p)
Entry point classes inherit from core Assertj classes
|
void |
setEntryPointPackage(java.lang.String p)
Destination package for entry point classes. The generator will choose if null.
|
void |
setEntryPointTypes(org.assertj.assertions.generator.AssertionsEntryPointType[] p)
What kinds of entry point classes to generate.
|
void |
setJunit_soft(boolean value)
Deprecated.
|
void |
setOutputDir(java.lang.Object p)
Output directory for generated classes.
Any type accepted by Project.file(Object).
|
void |
setSoft(boolean value)
Deprecated.
|
void |
setSourceSetName(java.lang.String p)
The name of the sourceSet containing classes to generate assertions for.
|
void |
setStandard(boolean value)
Deprecated.
|
void |
setTestSourceSetName(java.lang.String p)
The name of the target sourceSet for generated assertions.
|
public java.lang.String[] getClassOrPackageNames()
Classes and packages to generate assertions for.
public void setClassOrPackageNames(java.lang.String[] p)
Classes and packages to generate assertions for.
public java.lang.String getSourceSetName()
The name of the sourceSet containing classes to generate assertions for.
public void setSourceSetName(java.lang.String p)
The name of the sourceSet containing classes to generate assertions for.
public java.lang.String getTestSourceSetName()
The name of the target sourceSet for generated assertions.
public void setTestSourceSetName(java.lang.String p)
The name of the target sourceSet for generated assertions.
public java.lang.String getEntryPointPackage()
Destination package for entry point classes. The generator will choose if null.
public void setEntryPointPackage(java.lang.String p)
Destination package for entry point classes. The generator will choose if null.
public java.lang.Object getOutputDir()
Output directory for generated classes. Any type accepted by Project.file(Object).
public void setOutputDir(java.lang.Object p)
Output directory for generated classes. Any type accepted by Project.file(Object).
public org.assertj.assertions.generator.AssertionsEntryPointType[] getEntryPointTypes()
What kinds of entry point classes to generate.
public void setEntryPointTypes(org.assertj.assertions.generator.AssertionsEntryPointType[] p)
What kinds of entry point classes to generate.
public boolean getEntryPointInherits()
Entry point classes inherit from core Assertj classes
public void setEntryPointInherits(boolean p)
Entry point classes inherit from core Assertj classes
public boolean getStandard()
public void setStandard(boolean value)
public boolean getSoft()
public void setSoft(boolean value)
public boolean getBdd()
public void setBdd(boolean value)
public boolean getJunit_soft()
public void setJunit_soft(boolean value)
public boolean getCleanOutputDir()
Clean output directory before generating assertions.