Changeset 1078 for trunk/autoquest-htmlmonitor-test
- Timestamp:
- 02/15/13 15:39:39 (12 years ago)
- Location:
- trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServerTest.java
r1069 r1078 30 30 31 31 /** 32 * <p> 33 * TODO comment 34 * </p> 35 * 32 * 36 33 * @author Patrick Harms 37 34 */ … … 581 578 582 579 /** 583 * <p>584 * TODO: comment585 * </p>586 580 * 587 * @param message588 581 */ 589 582 private void sendMessageAndAssertResponse(String message) throws Exception { -
trunk/autoquest-htmlmonitor-test/src/test/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorTest.java
r1069 r1078 48 48 49 49 /** 50 * <p> 51 * TODO comment 52 * </p> 53 * 50 * 54 51 * @author Patrick Harms 55 52 */ … … 609 606 610 607 /** 611 * <p> 612 * TODO: comment 613 * </p> 614 * 615 * @param message 608 * 616 609 */ 617 610 private void sendMessageAndAssertResponse(String message) throws Exception { … … 657 650 658 651 /** 659 * <p> 660 * TODO: comment 661 * </p> 662 * 663 * @param file 652 * 664 653 */ 665 654 private void deleteFiles(File file) {
Note: See TracChangeset
for help on using the changeset viewer.