source:
branches/autoquest-core-tasktrees-alignment-test/MatchTest.java
@
1907
Last change on this file since 1907 was 1648, checked in by rkrimmel, 10 years ago | |
---|---|
File size: 224 bytes |
Rev | Line | |
---|---|---|
[1648] | 1 | package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms; |
2 | ||
3 | import static org.junit.Assert.*; | |
4 | ||
5 | import org.junit.Test; | |
6 | ||
7 | public class MatchTest { | |
8 | ||
9 | @Test | |
10 | public void testEqualsMatch() { | |
11 | fail("Not yet implemented"); | |
12 | } | |
13 | ||
14 | } |
Note: See TracBrowser
for help on using the repository browser.