@SuppressWarnings("unchecked")
@Before
public void setUp() throws Exception {
super.setUp();
alignment = new Alignment(new Phrase(337, "A", "boy", "walks", "quickly"),
new Phrase(337, "He", "moves"),
Collections.EMPTY_SET);
alignment.add(new Mapping(0, 0));
alignment.add(new Mapping(1, 0));
alignment.add(new Mapping(2, 1));