java.lang.Object
com.reallifedeveloper.common.application.eventstore.EventStoreTest

public class EventStoreTest extends Object
  • Constructor Details

    • EventStoreTest

      public EventStoreTest()
  • Method Details

    • addOneEvent

      @Test public void addOneEvent() throws Exception
      Throws:
      Exception
    • addNullEvent

      @Test public void addNullEvent()
    • allEventsSinceWithNoEvents

      @Test public void allEventsSinceWithNoEvents()
    • allEventsSince

      @Test public void allEventsSince()
    • allEventsBetween

      @Test public void allEventsBetween()
    • toDomainEvent

      @Test public void toDomainEvent() throws Exception
      Throws:
      Exception
    • toDomainEventNull

      @Test public void toDomainEventNull()
    • toDomainEventUnknownClass

      @Test public void toDomainEventUnknownClass()
    • constructorNullSerializer

      @Test public void constructorNullSerializer()
    • constructorNullRepository

      @Test public void constructorNullRepository()