public class DefaultJohnsonEventContainerTest extends Object
| Constructor and Description |
|---|
DefaultJohnsonEventContainerTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
containerShouldAddAndRemoveEvents() |
void |
eventsReturnedInOrderOfAddition() |
void |
firstEventShouldBeActualFirstEventWhenMultipleEventsArePresent() |
void |
firstEventShouldBeEmptyWhenContainerIsEmpty() |
void |
firstEventShouldBeNonEmptyWhenContainerIsNotEmpty() |
void |
getEventsMatchingPredicateShouldApplyThatPredicate() |
void |
hasEventShouldReturnFalseWhenNoEventsMatchThePredicate() |
void |
hasEventShouldReturnTrueWhenAnEventMatchesThePredicate() |
void |
returnedCollectionOfEventsShouldNotBeModifiable() |
void |
setUp() |
public void setUp()
public void containerShouldAddAndRemoveEvents()
public void eventsReturnedInOrderOfAddition()
public void returnedCollectionOfEventsShouldNotBeModifiable()
public void getEventsMatchingPredicateShouldApplyThatPredicate()
public void hasEventShouldReturnFalseWhenNoEventsMatchThePredicate()
public void hasEventShouldReturnTrueWhenAnEventMatchesThePredicate()
public void firstEventShouldBeEmptyWhenContainerIsEmpty()
public void firstEventShouldBeNonEmptyWhenContainerIsNotEmpty()
public void firstEventShouldBeActualFirstEventWhenMultipleEventsArePresent()
Copyright © 2017 Atlassian. All rights reserved.