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/CoverageCalculatorProcessTest.java

    r553 r766  
    4040        } 
    4141 
    42         @Test(expected = java.security.InvalidParameterException.class) 
     42        @Test(expected = java.lang.IllegalArgumentException.class) 
    4343        public void testCoverageCalculatorProcess_2() throws Exception { 
    4444                int length = 2; 
     
    4747        } 
    4848 
    49         @Test(expected = java.security.InvalidParameterException.class) 
     49        @Test(expected = java.lang.IllegalArgumentException.class) 
    5050        public void testCoverageCalculatorProcess_3() throws Exception { 
    5151                int length = 2; 
     
    5454        } 
    5555 
    56         @Test(expected = java.security.InvalidParameterException.class) 
     56        @Test(expected = java.lang.IllegalArgumentException.class) 
    5757        public void testCoverageCalculatorProcess_4() throws Exception { 
    5858                int length = 0; 
     
    6161        } 
    6262 
    63         @Test(expected = java.security.InvalidParameterException.class) 
     63        @Test(expected = java.lang.IllegalArgumentException.class) 
    6464        public void testCoverageCalculatorProcess_5() throws Exception { 
    6565                int length = -1; 
     
    179179        } 
    180180 
    181         @Test(expected = java.security.InvalidParameterException.class) 
     181        @Test(expected = java.lang.IllegalArgumentException.class) 
    182182        public void testSetSequences_2() throws Exception { 
    183183                int length = 2; 
Note: See TracChangeset for help on using the changeset viewer.