Modifier and Type | Class and Description |
---|---|
protected class | |
protected static interface |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
protected void | doWithMatchingDescriptor(Class<PARENT> parentTestDescriptorType, TestDescriptor testDescriptor, Consumer<PARENT> action, Function<PARENT, String> errorMessageBuilder)
|
protected AbstractOrderingVisitor | Returns: a newDescriptorWrapperOrderer or the one supplied as an argumentGet the |
protected void | orderChildrenTestDescriptors(TestDescriptor parentTestDescriptor, Class<CHILD> matchingChildrenType, Function<CHILD, WRAPPER> descriptorWrapperFactory, AbstractOrderingVisitor<PARENT, CHILD, WRAPPER>.
|
logger | back to summary |
---|---|
private static final Logger logger |
AbstractOrderingVisitor | back to summary |
---|---|
pack-priv AbstractOrderingVisitor() |
doWithMatchingDescriptor | back to summary |
---|---|
protected void doWithMatchingDescriptor(Class<PARENT> parentTestDescriptorType, TestDescriptor testDescriptor, Consumer<PARENT> action, Function<PARENT, String> errorMessageBuilder)
|
getDescriptorWrapperOrderer | back to summary |
---|---|
protected AbstractOrderingVisitor Get the The default implementation returns the supplied
|
orderChildrenTestDescriptors | back to summary |
---|---|
protected void orderChildrenTestDescriptors(TestDescriptor parentTestDescriptor, Class<CHILD> matchingChildrenType, Function<CHILD, WRAPPER> descriptorWrapperFactory, AbstractOrderingVisitor<PARENT, CHILD, WRAPPER>. |
Modifier and Type | Field and Description |
---|---|
private final AbstractOrderingVisitor. | |
private final AbstractOrderingVisitor. | |
private final Consumer |
Access | Constructor and Description |
---|---|
pack-priv | DescriptorWrapperOrderer(Consumer<List<WRAPPER>> orderingAction, AbstractOrderingVisitor.
|
Modifier and Type | Method and Description |
---|---|
private boolean | |
private void | |
private void | |
private void |
descriptorsAddedMessageGenerator | back to summary |
---|---|
private final AbstractOrderingVisitor. |
descriptorsRemovedMessageGenerator | back to summary |
---|---|
private final AbstractOrderingVisitor. |
orderingAction | back to summary |
---|---|
private final Consumer<List<WRAPPER>> orderingAction |
DescriptorWrapperOrderer | back to summary |
---|---|
pack-priv DescriptorWrapperOrderer(Consumer<List<WRAPPER>> orderingAction, AbstractOrderingVisitor. |
canOrderWrappers | back to summary |
---|---|
private boolean canOrderWrappers() |
logDescriptorsAddedWarning | back to summary |
---|---|
private void logDescriptorsAddedWarning(int number) |
logDescriptorsRemovedWarning | back to summary |
---|---|
private void logDescriptorsRemovedWarning(int number) |
orderWrappers | back to summary |
---|---|
private void orderWrappers(List<WRAPPER> wrappers) |
Modifier and Type | Method and Description |
---|---|
public String |
generateMessage | back to summary |
---|---|
public String generateMessage(int number) |