Changeset 2217
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html-test/src/test/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogParserTest.java
r1496 r2217 63 63 /** 64 64 * Tests the parseFile method with a given trace file. 65 * @throws Exception66 65 */ 67 66 @Test … … 103 102 /** 104 103 * Tests the parseFile method with a given trace file. 105 * @throws Exception106 104 */ 107 105 @Test … … 143 141 /** 144 142 * Tests the parseFile method with a given trace file. 145 * @throws Exception146 143 */ 147 144 @Test … … 189 186 /** 190 187 * Tests the parseFile method with a given trace file. 191 * @throws Exception192 188 */ 193 189 @Test … … 234 230 /** 235 231 * Tests the parseFile method with a given trace file. 236 * @throws Exception237 232 */ 238 233 @Test -
trunk/autoquest-plugin-http-test/src/test/java/de/ugoe/cs/autoquest/http/HTTPLogParserTest.java
r1623 r2217 76 76 * Tests the parseFile method with a given trace file. 77 77 * 78 * @throws Exception79 78 */ 80 79 @Test … … 135 134 * Tests the parseFile method with a given trace file. 136 135 * 137 * @throws Exception138 136 */ 139 137 @Test … … 177 175 * Tests the parseFile method with a given trace file. 178 176 * 179 * @throws Exception180 177 */ 181 178 @Test … … 220 217 221 218 /** 222 * @throws Exception223 219 */ 224 220 @Test
Note: See TracChangeset
for help on using the changeset viewer.