- Timestamp:
- 12/31/12 17:06:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-events-test/src/test/java/de/ugoe/cs/autoquest/eventcore/guimodel/GUIElementTreeTest.java
r1005 r1025 48 48 public void testFindNonExisting(){ 49 49 GUIElementTree tree = new GUIElementTree(); 50 try{ 51 tree.find(10l); 52 fail("Exception was not thrown."); 53 } 54 catch(Exception e){ 55 } 50 assertEquals(tree.find(10l), null); 56 51 } 57 52
Note: See TracChangeset
for help on using the changeset viewer.