| Package | Description |
|---|---|
| org.assertj.assertions.generator |
| Modifier and Type | Method and Description |
|---|---|
static AssertionsEntryPointType |
AssertionsEntryPointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertionsEntryPointType[] |
AssertionsEntryPointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BaseAssertionGenerator.generateAssertionsEntryPointClassContentFor(Set<ClassDescription> classDescriptionSet,
AssertionsEntryPointType assertionsEntryPointType,
String entryPointClassPackage) |
String |
AssertionsEntryPointGenerator.generateAssertionsEntryPointClassContentFor(Set<ClassDescription> classDescriptionSet,
AssertionsEntryPointType assertionsEntryPointType,
String entryPointClassPackage)
Returns the assertions entry point class content for the given
ClassDescription set. |
File |
BaseAssertionGenerator.generateAssertionsEntryPointClassFor(Set<ClassDescription> classDescriptionSet,
AssertionsEntryPointType assertionsEntryPointType,
String entryPointClassPackage) |
File |
AssertionsEntryPointGenerator.generateAssertionsEntryPointClassFor(Set<ClassDescription> classDescriptionSet,
AssertionsEntryPointType assertionsEntryPointType,
String entryPointClassPackage)
Same as
AssertionsEntryPointGenerator.generateAssertionsEntryPointClassContentFor(Set, AssertionsEntryPointType, String) but in addition
create the corresponding java class file. |
Copyright © 2017 AssertJ. All rights reserved.