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

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-coverage-test/src/test/java/de/ugoe/cs/quest/coverage/SequenceToolsTest.java

    r553 r766  
    5555        } 
    5656         
    57         @Test(expected=java.security.InvalidParameterException.class) 
     57        @Test(expected=java.lang.IllegalArgumentException.class) 
    5858        public void testContainedSubSequences_3() 
    5959                throws Exception { 
     
    6363        } 
    6464         
    65         @Test(expected=java.security.InvalidParameterException.class) 
     65        @Test(expected=java.lang.IllegalArgumentException.class) 
    6666        public void testContainedSubSequences_4() 
    6767                throws Exception { 
     
    129129        } 
    130130         
    131         @Test(expected = java.security.InvalidParameterException.class ) 
     131        @Test(expected = java.lang.IllegalArgumentException.class ) 
    132132        public void testNumSequences_3() 
    133133                throws Exception { 
     
    137137        } 
    138138 
    139         @Test(expected = java.security.InvalidParameterException.class ) 
     139        @Test(expected = java.lang.IllegalArgumentException.class ) 
    140140        public void testNumSequences_4() 
    141141                throws Exception { 
Note: See TracChangeset for help on using the changeset viewer.