@UnitTest public class YLongToIntMapTests extends java.lang.Object
| Constructor and Description |
|---|
YLongToIntMapTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeAbleToCreateByDefaultConstructor() |
void |
shouldBeAbleToCreateWithInitialCapacity() |
void |
shouldBeAbleToGetExistingValue() |
void |
shouldBeAbleToPutEmptyValue() |
void |
shouldBeAbleToPutValuesForTheSameKey() |
void |
shouldNotFailOnGettingNonExistingKey() |
void |
shouldReturnEmptyValueWhenGettingNotExistingValue() |
void |
shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime() |
void |
shouldReturnEmptyValueWhenRemovingNotExistingKey() |
void |
shouldReturnPreviousValueWhenExistingKeyIsBeeingReplaced() |
void |
shouldReturnPreviousValueWhenRemovingExistingKey() |
public void shouldBeAbleToCreateByDefaultConstructor()
public void shouldBeAbleToCreateWithInitialCapacity()
public void shouldBeAbleToPutValuesForTheSameKey()
public void shouldNotFailOnGettingNonExistingKey()
public void shouldBeAbleToGetExistingValue()
public void shouldReturnEmptyValueWhenGettingNotExistingValue()
public void shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime()
public void shouldReturnPreviousValueWhenExistingKeyIsBeeingReplaced()
public void shouldReturnEmptyValueWhenRemovingNotExistingKey()
public void shouldReturnPreviousValueWhenRemovingExistingKey()
public void shouldBeAbleToPutEmptyValue()
Copyright © 2018 SAP SE. All Rights Reserved.