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

    r553 r766  
    3636        } 
    3737 
    38         @Test(expected = java.security.InvalidParameterException.class) 
     38        @Test(expected = java.lang.IllegalArgumentException.class) 
    3939        public void testDeterministicFiniteAutomaton_2() throws Exception { 
    4040                new DeterministicFiniteAutomaton(null); 
     
    106106        } 
    107107 
    108         @Test(expected = java.security.InvalidParameterException.class) 
     108        @Test(expected = java.lang.IllegalArgumentException.class) 
    109109        public void testGetProbability_5() throws Exception { 
    110110                DeterministicFiniteAutomaton fixture = new DeterministicFiniteAutomaton( 
     
    120120        } 
    121121 
    122         @Test(expected = java.security.InvalidParameterException.class) 
     122        @Test(expected = java.lang.IllegalArgumentException.class) 
    123123        public void testGetProbability_6() throws Exception { 
    124124                DeterministicFiniteAutomaton fixture = new DeterministicFiniteAutomaton( 
Note: See TracChangeset for help on using the changeset viewer.