public static class MultimapTests.PutAndGetTests extends Object
| Constructor and Description |
|---|
PutAndGetTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
shouldHaveNoValuesForAKey() |
void |
shouldNotAllowClientsToAffectInteralState() |
void |
shouldNotPutIfPresentOnAbsentKey() |
void |
shouldPutIfPresentOnEmptyCollection() |
void |
shouldPutIfPresentOnExistingKey() |
void |
shouldRecallAllPutValues() |
void |
shouldRecallOnlyThoseValuesForSpecifiedKey() |
void |
shouldRecallPutValues() |
public void setup()
public void shouldHaveNoValuesForAKey()
throws Exception
Exceptionpublic void shouldRecallOnlyThoseValuesForSpecifiedKey()
throws Exception
Exceptionpublic void shouldNotAllowClientsToAffectInteralState()
throws Exception
Exceptionpublic void shouldPutIfPresentOnExistingKey()
public void shouldPutIfPresentOnEmptyCollection()
public void shouldNotPutIfPresentOnAbsentKey()
Copyright © 2020. All rights reserved.