Package org.eclipse.epsilon.commons.util
Class MultimapTests.PutAndGetTests
- java.lang.Object
-
- org.eclipse.epsilon.commons.util.MultimapTests.PutAndGetTests
-
- Enclosing class:
- MultimapTests
public static class MultimapTests.PutAndGetTests extends Object
-
-
Constructor Summary
Constructors Constructor Description PutAndGetTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
shouldHaveNoValuesForAKey()
void
shouldNotAllowClientsToAffectInteralState()
void
shouldNotPutIfPresentOnAbsentKey()
void
shouldPutIfPresentOnEmptyCollection()
void
shouldPutIfPresentOnExistingKey()
void
shouldRecallAllPutValues()
void
shouldRecallOnlyThoseValuesForSpecifiedKey()
void
shouldRecallPutValues()
-
-
-
Method Detail
-
setup
public void setup()
-
shouldHaveNoValuesForAKey
public void shouldHaveNoValuesForAKey() throws Exception
- Throws:
Exception
-
shouldRecallOnlyThoseValuesForSpecifiedKey
public void shouldRecallOnlyThoseValuesForSpecifiedKey() throws Exception
- Throws:
Exception
-
shouldNotAllowClientsToAffectInteralState
public void shouldNotAllowClientsToAffectInteralState() throws Exception
- Throws:
Exception
-
shouldPutIfPresentOnExistingKey
public void shouldPutIfPresentOnExistingKey()
-
shouldPutIfPresentOnEmptyCollection
public void shouldPutIfPresentOnEmptyCollection()
-
shouldNotPutIfPresentOnAbsentKey
public void shouldNotPutIfPresentOnAbsentKey()
-
-