Package com.foreach.across.test.modules

Examples of com.foreach.across.test.modules.TestEvent


    assertTrue( scannedBeanModule2.getEventsReceived().isEmpty() );
    assertTrue( constructedBeanModule1.getEventsReceived().isEmpty() );
    assertTrue( constructedBeanModule2.getEventsReceived().isEmpty() );
    assertTrue( testListener.getEventsReceived().isEmpty() );

    TestEvent testEvent = new TestEvent();
    context.publishEvent( testEvent );

    assertEquals( 1, scannedBeanModule1.getEventsReceived().size() );
    assertEquals( 1, scannedBeanModule2.getEventsReceived().size() );
    assertEquals( 1, constructedBeanModule1.getEventsReceived().size() );
View Full Code Here

TOP

Related Classes of com.foreach.across.test.modules.TestEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.