@UnitTest public class YLongListTests extends java.lang.Object
| Constructor and Description |
|---|
YLongListTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeAbleToAddValues() |
void |
shouldBeAbleToCreateByDefaultConstructor() |
void |
shouldBeAbleToCreateWithInitialCapacity() |
void |
shouldBeAbleToGetExistingValueByOffset() |
void |
shouldReturnProperSizeOfNonEmptyList() |
void |
shouldReturnZeroSizeForEmptyList() |
void |
shouldThrowExceptionWhenAccessingNotExistingOffset() |
public void shouldBeAbleToCreateByDefaultConstructor()
public void shouldBeAbleToCreateWithInitialCapacity()
public void shouldBeAbleToAddValues()
public void shouldReturnZeroSizeForEmptyList()
public void shouldReturnProperSizeOfNonEmptyList()
public void shouldBeAbleToGetExistingValueByOffset()
public void shouldThrowExceptionWhenAccessingNotExistingOffset()
Copyright © 2018 SAP SE. All Rights Reserved.