source:
branches/autoquest-core-tasktrees-alignment-test/MatchTest.java
@
2151
| Last change on this file since 2151 was 1648, checked in by rkrimmel, 11 years ago | |
|---|---|
| File size: 224 bytes | |
| Line | |
|---|---|
| 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.
