Skip navigation links
A D E G I O S T 

A

AssertJGeneratorOptions - Interface in org.assertj.generator.gradle.tasks.config
Defines useful parameters and options for configuration of the AssertionGenerator.

D

defaultFromGlobals(Project) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
 

E

entryPoints(Closure) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Used to change "entry point" class generation.

G

getEntryPoints() - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Contains configuration regarding the "Assertion" entry point class generation.
getOutputDir(SourceSet) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
The root directory where all generated files will be placed (within sub-folders for packages).
getTemplates() - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Generate generating Soft Assertions entry point class.

I

isHierarchical() - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Flag specifying whether to generate hierarchical assertions.
isSkip() - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Skip generating classes, handy way to disable temporarily.

O

org.assertj.generator.gradle.tasks.config - package org.assertj.generator.gradle.tasks.config
 

S

setEntryPoints(AssertionsEntryPointType...) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Helper method for simplifying usage in build scripts
setEntryPoints(Collection<String>) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Exposed for build scripts
setHierarchical(boolean) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Set the hierarchical value, null is not allowed here as by setting the value, it has a value.
setOutputDir(File) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Sets the output directory to a file
setOutputDir(String) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Sets the output directory to the path passed.
setSkip(boolean) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Set the config param skip true
SOURCE_SET_NAME_TAG - Static variable in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
 

T

templates(Closure) - Method in interface org.assertj.generator.gradle.tasks.config.AssertJGeneratorOptions
Method used for improving configuration DSL
A D E G I O S T 
Skip navigation links