public static class MultimapTests.ContainsKeyTests extends Object
Constructor and Description |
---|
ContainsKeyTests() |
Modifier and Type | Method and Description |
---|---|
void |
emptyCollectionshouldBeTrueForHasKey() |
void |
setup() |
void |
shouldBeFalseForKeyForWhichNoValuesHaveBeenPut() |
void |
shouldBeFalseForKeyWhenAllValuesAreRemoved() |
void |
shouldBeFalseForKeyWhenEmptyCollectionIsPut() |
void |
shouldBeTrueForKeyWithValues() |
public void setup()
public void shouldBeTrueForKeyWithValues() throws Exception
Exception
public void shouldBeFalseForKeyForWhichNoValuesHaveBeenPut() throws Exception
Exception
public void shouldBeFalseForKeyWhenAllValuesAreRemoved() throws Exception
Exception
public void shouldBeFalseForKeyWhenEmptyCollectionIsPut() throws Exception
Exception
public void emptyCollectionshouldBeTrueForHasKey()
Copyright © 2020. All rights reserved.