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
Exception
public void shouldRecallOnlyThoseValuesForSpecifiedKey() throws Exception
Exception
public void shouldNotAllowClientsToAffectInteralState() throws Exception
Exception
public void shouldPutIfPresentOnExistingKey()
public void shouldPutIfPresentOnEmptyCollection()
public void shouldNotPutIfPresentOnAbsentKey()
Copyright © 2020. All rights reserved.