| Constructor and Description |
|---|
YLongSetTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
addingExistingValueShouldNotModifySet() |
void |
addingNotExistingValueShouldModifySet() |
void |
containsShouldReturnFalseForNotExistingValue() |
void |
containsShouldReturnTrueForExistingValue() |
void |
removingOfExistingObjectShouldModifySet() |
void |
removingOfNotExistingValueShouldNotModifySet() |
void |
setWithAnyValueShoulNotdBeEmpty() |
void |
setWithoutValuesShouldBeEmpty() |
void |
shouldBeAbleToAddMultipleDistinctValues() |
void |
shouldBeAbleToAddTheSameValueMultipleTimes() |
void |
shouldBeAbleToAddValue() |
void |
shouldBeAbleToCompareTwoSets() |
void |
shouldBeAbleToCreateByDefaultConstructor() |
void |
shouldBeAbleToCreateWithInitialCapacity() |
void |
shouldBeAbleToRemoveExistingValue() |
void |
shouldBeAbleToRemoveNotExistingValue() |
void |
shouldReturnArrayWithValues() |
void |
shouldReturnEmptyArrayForEmptySet() |
void |
shouldReturnProperSizeOfNonEmptySet() |
void |
shouldReturnZeroSizeForEmptySet() |
public void shouldBeAbleToCreateByDefaultConstructor()
public void shouldBeAbleToCreateWithInitialCapacity()
public void shouldBeAbleToAddValue()
public void shouldBeAbleToAddMultipleDistinctValues()
public void shouldBeAbleToAddTheSameValueMultipleTimes()
public void addingNotExistingValueShouldModifySet()
public void addingExistingValueShouldNotModifySet()
public void containsShouldReturnTrueForExistingValue()
public void containsShouldReturnFalseForNotExistingValue()
public void setWithoutValuesShouldBeEmpty()
public void setWithAnyValueShoulNotdBeEmpty()
public void shouldBeAbleToRemoveNotExistingValue()
public void shouldBeAbleToRemoveExistingValue()
public void removingOfNotExistingValueShouldNotModifySet()
public void removingOfExistingObjectShouldModifySet()
public void shouldReturnZeroSizeForEmptySet()
public void shouldReturnProperSizeOfNonEmptySet()
public void shouldReturnEmptyArrayForEmptySet()
public void shouldReturnArrayWithValues()
public void shouldBeAbleToCompareTwoSets()
Copyright © 2017 SAP SE. All Rights Reserved.