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

Legend:

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

    r553 r766  
    4040        } 
    4141         
    42         @Test(expected = java.security.InvalidParameterException.class) 
     42        @Test(expected = java.lang.IllegalArgumentException.class) 
    4343        public void testPredictionByPartialMatch_2() throws Exception { 
    4444                int markovOrder = -1; 
     
    4848        } 
    4949         
    50         @Test(expected = java.security.InvalidParameterException.class) 
     50        @Test(expected = java.lang.IllegalArgumentException.class) 
    5151        public void testPredictionByPartialMatch_3() throws Exception { 
    5252                int markovOrder = 2; 
     
    7272        } 
    7373         
    74         @Test(expected = java.security.InvalidParameterException.class) 
     74        @Test(expected = java.lang.IllegalArgumentException.class) 
    7575        public void testPredictionByPartialMatch_5() throws Exception { 
    7676                int markovOrder = -1; 
     
    8181        } 
    8282         
    83         @Test(expected = java.security.InvalidParameterException.class) 
     83        @Test(expected = java.lang.IllegalArgumentException.class) 
    8484        public void testPredictionByPartialMatch_6() throws Exception { 
    8585                int markovOrder = 2; 
     
    9090        } 
    9191         
    92         @Test(expected = java.security.InvalidParameterException.class) 
     92        @Test(expected = java.lang.IllegalArgumentException.class) 
    9393        public void testPredictionByPartialMatch_7() throws Exception { 
    9494                int markovOrder = 2; 
     
    9999        } 
    100100         
    101         @Test(expected = java.security.InvalidParameterException.class) 
     101        @Test(expected = java.lang.IllegalArgumentException.class) 
    102102        public void testPredictionByPartialMatch_8() throws Exception { 
    103103                int markovOrder = 2; 
     
    125125        } 
    126126         
    127         @Test(expected = java.security.InvalidParameterException.class) 
     127        @Test(expected = java.lang.IllegalArgumentException.class) 
    128128        public void testPredictionByPartialMatch_10() throws Exception { 
    129129                int markovOrder = -1; 
     
    135135        } 
    136136         
    137         @Test(expected = java.security.InvalidParameterException.class) 
     137        @Test(expected = java.lang.IllegalArgumentException.class) 
    138138        public void testPredictionByPartialMatch_11() throws Exception { 
    139139                int markovOrder = 2; 
     
    145145        } 
    146146         
    147         @Test(expected = java.security.InvalidParameterException.class) 
     147        @Test(expected = java.lang.IllegalArgumentException.class) 
    148148        public void testPredictionByPartialMatch_12() throws Exception { 
    149149                int markovOrder = 2; 
     
    155155        } 
    156156         
    157         @Test(expected = java.security.InvalidParameterException.class) 
     157        @Test(expected = java.lang.IllegalArgumentException.class) 
    158158        public void testPredictionByPartialMatch_13() throws Exception { 
    159159                int markovOrder = 2; 
     
    165165        } 
    166166         
    167         @Test(expected = java.security.InvalidParameterException.class) 
     167        @Test(expected = java.lang.IllegalArgumentException.class) 
    168168        public void testPredictionByPartialMatch_14() throws Exception { 
    169169                int markovOrder = 2; 
     
    175175        } 
    176176         
    177         @Test(expected = java.security.InvalidParameterException.class) 
     177        @Test(expected = java.lang.IllegalArgumentException.class) 
    178178        public void testPredictionByPartialMatch_15() throws Exception { 
    179179                int markovOrder = 2; 
Note: See TracChangeset for help on using the changeset viewer.