Changeset 766 for trunk/quest-core-events-test/src/test/java/de
- Timestamp:
- 09/04/12 17:15:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-core-events-test/src/test/java/de/ugoe/cs/quest/eventcore/EventTest.java
r655 r766 27 27 } 28 28 29 @Test(expected = java. security.InvalidParameterException.class)29 @Test(expected = java.lang.IllegalArgumentException.class) 30 30 public void testEvent_2() throws Exception { 31 31 new Event(null); … … 265 265 } 266 266 267 @Test(expected = java. security.InvalidParameterException.class)267 @Test(expected = java.lang.IllegalArgumentException.class) 268 268 public void testAddReplayEvent_fixture_3() throws Exception { 269 269 Event fixture = new Event(mock(IEventType.class)); … … 289 289 } 290 290 291 @Test(expected = java. security.InvalidParameterException.class)291 @Test(expected = java.lang.IllegalArgumentException.class) 292 292 public void testAddReplaySequence_2() throws Exception { 293 293 Event fixture = new Event(mock(IEventType.class));
Note: See TracChangeset
for help on using the changeset viewer.