package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;

import static org.junit.Assert.*;

import org.junit.Test;

public class MatchTest {

	@Test
	public void testEqualsMatch() {
		fail("Not yet implemented");
	}

}
