public class IterablesJavaCollectorTest extends Object
| Constructor and Description |
|---|
IterablesJavaCollectorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
collectEmptyStringAsIntegerAverageMustResultInZero() |
void |
collectorThrowsRuntimeException() |
void |
collectStringIterableAsIntegerAverage() |
void |
collectStringIterableAsIntegerList() |
void |
emptyStringIterableToIntegerListMustResultInEmptyList() |
void |
groupEmptyStringIterableIntoIntegerListsMustResultInEmptyList() |
void |
groupStringIterableIntoIntegerLists() |
void |
groupStringIterableWithSizeOneToIntegerLists() |
void |
nullCollectorMustResultInNPE() |
void |
nullIterableMustResultInNPE() |
void |
stringIterableWithSizeOneToIntegerAverage() |
void |
stringIterableWithSizeOneToIntegerList() |
public void collectStringIterableAsIntegerList()
public void collectStringIterableAsIntegerAverage()
public void groupStringIterableIntoIntegerLists()
public void emptyStringIterableToIntegerListMustResultInEmptyList()
public void collectEmptyStringAsIntegerAverageMustResultInZero()
public void groupEmptyStringIterableIntoIntegerListsMustResultInEmptyList()
public void stringIterableWithSizeOneToIntegerList()
public void stringIterableWithSizeOneToIntegerAverage()
public void groupStringIterableWithSizeOneToIntegerLists()
public void collectorThrowsRuntimeException()
public void nullCollectorMustResultInNPE()
public void nullIterableMustResultInNPE()
Copyright © 2017 Atlassian. All rights reserved.