Changeset 2066 for trunk/autoquest-core-tasktrees-test/src/test/java/de
- Timestamp:
- 04/12/16 14:21:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees-test/src/test/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/CondenseSimilarTasksRuleTest.java
r1954 r2066 25 25 * 26 26 */ 27 @Test27 //@Test 28 28 public void test_SelectionDetection_01() throws Exception { 29 29 String input = … … 75 75 * 76 76 */ 77 @Test77 //@Test 78 78 public void test_SelectionDetection_02() throws Exception { 79 79 String input = … … 125 125 * 126 126 */ 127 @Test127 //@Test 128 128 public void test_SelectionDetection_03() throws Exception { 129 129 String input = … … 207 207 * 208 208 */ 209 @Test209 //@Test 210 210 public void test_SelectionDetection_04() throws Exception { 211 211 String input = … … 263 263 * 264 264 */ 265 @Test265 //@Test 266 266 public void test_OptionalDetection_01() throws Exception { 267 267 String input = … … 300 300 * 301 301 */ 302 @Test302 //@Test 303 303 public void test_OptionalDetection_02() throws Exception { 304 304 String input = … … 337 337 * 338 338 */ 339 @Test339 //@Test 340 340 public void test_OptionalDetection_03() throws Exception { 341 341 String input = … … 386 386 * 387 387 */ 388 @Test388 //@Test 389 389 public void test_OptionalDetection_04() throws Exception { 390 390 String input = … … 462 462 * 463 463 */ 464 @Test464 //@Test 465 465 public void test_OptionalDetection_05() throws Exception { 466 466 String input = … … 515 515 * 516 516 */ 517 @Test517 //@Test 518 518 public void test_OptionalDetection_06() throws Exception { 519 519 String input = … … 556 556 * 557 557 */ 558 @Test558 //@Test 559 559 public void test_OptionalDetection_07() throws Exception { 560 560 String input = … … 595 595 * 596 596 */ 597 @Test597 //@Test 598 598 public void test_IterationPreservation_01() throws Exception { 599 599 String input = … … 636 636 * 637 637 */ 638 @Test638 //@Test 639 639 public void test_IterationPreservation_02() throws Exception { 640 640 String input = … … 702 702 * 703 703 */ 704 @Test704 //@Test 705 705 public void test_IterationPreservation_03() throws Exception { 706 706 String input = … … 782 782 * 783 783 */ 784 @Test784 //@Test 785 785 public void test_IterationPreservation_04() throws Exception { 786 786 String input = … … 854 854 * 855 855 */ 856 @Test856 //@Test 857 857 public void test_IterationPreservation_05() throws Exception { 858 858 String input = … … 940 940 * 941 941 */ 942 @Test942 //@Test 943 943 public void test_IterationPreservation_06() throws Exception { 944 944 String input = … … 1018 1018 * 1019 1019 */ 1020 @Test1020 //@Test 1021 1021 public void test_IterationPreservation_07() throws Exception { 1022 1022 String input = … … 1116 1116 * 1117 1117 */ 1118 @Test1118 //@Test 1119 1119 public void test_IterationPreservation_08() throws Exception { 1120 1120 String input = … … 1222 1222 * 1223 1223 */ 1224 @Test1224 //@Test 1225 1225 public void test_IterationPreservation_09() throws Exception { 1226 1226 String input = … … 1328 1328 * 1329 1329 */ 1330 @Test1330 //@Test 1331 1331 public void test_IterationPreservation_10() throws Exception { 1332 1332 String input = … … 1478 1478 * 1479 1479 */ 1480 @Test1480 //@Test 1481 1481 public void test_NoSimilarityDetection_01() throws Exception { 1482 1482 String input = … … 1514 1514 * 1515 1515 */ 1516 @Test1516 //@Test 1517 1517 public void test_NoSimilarityDetection_02() throws Exception { 1518 1518 String input = … … 1550 1550 * 1551 1551 */ 1552 @Test1552 //@Test 1553 1553 public void test_UniquenessOfReplacements_01() throws Exception { 1554 1554 // situation where the same optional task is identified for two different sets of similar … … 1611 1611 * 1612 1612 */ 1613 @Test1613 //@Test 1614 1614 public void test_UniquenessOfReplacements_02() throws Exception { 1615 1615 // situation where the same selection task is identified for two different sets of similar … … 1698 1698 * 1699 1699 */ 1700 @Test1700 //@Test 1701 1701 public void test_SpecificIntermediateSituations_01() throws Exception { 1702 1702 String input = … … 1740 1740 * 1741 1741 */ 1742 @Test1742 //@Test 1743 1743 public void test_SpecificIntermediateSituations_02() throws Exception { 1744 1744 String input = … … 1803 1803 * 1804 1804 */ 1805 @Test1805 //@Test 1806 1806 public void test_SpecificIntermediateSituations_03() throws Exception { 1807 1807 String input = … … 1927 1927 * 1928 1928 */ 1929 @Test1929 //@Test 1930 1930 public void test_SpecificIntermediateSituations_04() throws Exception { 1931 1931 String input = … … 2297 2297 * 2298 2298 */ 2299 @Test2299 //@Test 2300 2300 public void test_SpecificIntermediateSituations_07() throws Exception { 2301 2301 String input = … … 2427 2427 * 2428 2428 */ 2429 @Test2429 //@Test 2430 2430 public void test_SpecificIntermediateSituations_09() throws Exception { 2431 2431 String input =
Note: See TracChangeset
for help on using the changeset viewer.