package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms; import static org.junit.Assert.*; import org.junit.Test; public class SmithWatermanRepeatedTest { @Test public void testGetMaxScore() { fail("Not yet implemented"); } @Test public void testGetAlignmentScore() { fail("Not yet implemented"); } @Test public void testGetMatches() { fail("Not yet implemented"); } @Test public void testGetAlignment() { fail("Not yet implemented"); } @Test public void testAlign() { fail("Not yet implemented"); } }