| Package | Description |
|---|---|
| org.assertj.assertions.generator | |
| org.assertj.assertions.generator.description |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAssertionGenerator.generateAssertionsForFields(StringBuilder assertionsForPublicFields,
Set<FieldDescription> fields,
ClassDescription classDescription) |
| Modifier and Type | Method and Description |
|---|---|
Set<FieldDescription> |
ClassDescription.getDeclaredFieldsDescriptions() |
Set<FieldDescription> |
ClassDescription.getFieldsDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
FieldDescription.compareTo(FieldDescription other) |
boolean |
ClassDescription.hasGetterForField(FieldDescription field) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDescription.addDeclaredFieldDescriptions(Set<FieldDescription> declaredFieldDescriptions) |
void |
ClassDescription.addFieldDescriptions(Set<FieldDescription> fieldDescriptions) |
Copyright © 2017 AssertJ. All rights reserved.