Ignore:
Timestamp:
09/04/12 17:15:28 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-events-test/src/test/java/de/ugoe/cs/quest/eventcore/EventTest.java

    r655 r766  
    2727    } 
    2828 
    29     @Test(expected = java.security.InvalidParameterException.class) 
     29    @Test(expected = java.lang.IllegalArgumentException.class) 
    3030    public void testEvent_2() throws Exception { 
    3131        new Event(null); 
     
    265265    } 
    266266 
    267     @Test(expected = java.security.InvalidParameterException.class) 
     267    @Test(expected = java.lang.IllegalArgumentException.class) 
    268268    public void testAddReplayEvent_fixture_3() throws Exception { 
    269269        Event fixture = new Event(mock(IEventType.class)); 
     
    289289    } 
    290290 
    291     @Test(expected = java.security.InvalidParameterException.class) 
     291    @Test(expected = java.lang.IllegalArgumentException.class) 
    292292    public void testAddReplaySequence_2() throws Exception { 
    293293        Event fixture = new Event(mock(IEventType.class)); 
Note: See TracChangeset for help on using the changeset viewer.