@UnitTest public class YLongToLongMapTests extends java.lang.Object
| Constructor and Description |
|---|
YLongToLongMapTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldBeAbleToCreateByDefaultConstructor() |
void |
shouldBeAbleToGetExistingValue() |
void |
shouldBeAbleToPutEmptyValue() |
void |
shouldBeAbleToPutValuesForTheSameKey() |
void |
shouldContainExistingKey() |
void |
shouldNotContainNotExistingKey() |
void |
shouldNotFailOnGettingNonExistingKey() |
void |
shouldReturnEmptyValueWhenGettingNotExistingValue() |
void |
shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime() |
void |
shouldReturnPreviousValueWhenExistingKeyIsBeingReplaced() |
public void shouldBeAbleToCreateByDefaultConstructor()
public void shouldBeAbleToPutValuesForTheSameKey()
public void shouldNotFailOnGettingNonExistingKey()
public void shouldBeAbleToGetExistingValue()
public void shouldReturnEmptyValueWhenGettingNotExistingValue()
public void shouldReturnEmptyValueWhenPuttingKeyForTheFirstTime()
public void shouldReturnPreviousValueWhenExistingKeyIsBeingReplaced()
public void shouldNotContainNotExistingKey()
public void shouldContainExistingKey()
public void shouldBeAbleToPutEmptyValue()
Copyright © 2018 SAP SE. All Rights Reserved.