78910111213
public class TwoTest { @Test public void testOne() { new Two().two(); new One().fromTwo(); }