@UnitTest public class YLongToObjectMapTests extends java.lang.Object
| Constructor and Description |
|---|
YLongToObjectMapTests() |
public void shouldBeAbleToCreateByDefaultConstructor()
public void shouldBeAbleToCreateWithInitialCapacity()
public void shouldBeEmptyAfterClear()
public void shouldBeAbleToPutValuesForTheSameKey()
public void shouldNotFailOnGettingNonExistingKey()
public void shouldBeAbleToGetExistingValue()
public void shouldReturnNullWhenGettingNotExistingValue()
public void shouldReturnNullWhenPuttingKeyForTheFirstTime()
public void shouldReturnPreviousValueWhenExistingKeyIsBeingReplaced()
public void shouldReturnNullWhenRemovingNotExistingKey()
public void shouldReturnPreviousValueWhenRemovingExistingKey()
public void shouldBeAbleToPutNullValue()
public void sizeShouldBeZeroWhenSetIsEmpty()
public void sizeShouldBeProperWhenSetIsNotEmpty()
public void shouldBeEmptyWhenThereAreNoElements()
public void shouldNotBeEmptyWhenTherIsAnyElement()
public void shouldContainsExistingKey()
public void shouldThrowExceptionWhenNullEntryProcedureHasBeenPassed()
public void shouldThrowExceptionWhenNullKeyProcedureHasBeenPassed()
public void procedureShouldNotBeCalledForMapWithoutEntries()
public void procedureShouldNotBeCalledForMapWithoutKeys()
public void procedureShouldBeCalledForMapWithEntries()
public void procedureShouldBeCalledForMapWithKeys()
Copyright © 2018 SAP SE. All Rights Reserved.