| Package | Description |
|---|---|
| org.assertj.assertions.generator | |
| org.assertj.assertions.generator.description |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseAssertionGenerator.generateAssertionsForGetters(StringBuilder assertionsForGetters,
Set<GetterDescription> getters,
ClassDescription classDescription) |
| Modifier and Type | Method and Description |
|---|---|
Set<GetterDescription> |
ClassDescription.getDeclaredGettersDescriptions() |
Set<GetterDescription> |
ClassDescription.getGettersDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetterDescription.compareTo(GetterDescription other) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDescription.addDeclaredGetterDescriptions(Collection<GetterDescription> declaredGetterDescriptions) |
void |
ClassDescription.addGetterDescriptions(Collection<GetterDescription> getterDescriptions) |
Copyright © 2017 AssertJ. All rights reserved.