package net.objectlab.kit.util; import static org.junit.Assert.fail; import org.junit.Ignore; @Ignore public class PairTest { public void testHashCode() { fail("Not yet implemented"); } public void testCreate() { fail("Not yet implemented"); } public void testPairE1E2() { fail("Not yet implemented"); } public void testPair() { fail("Not yet implemented"); } public void testGetElement1() { fail("Not yet implemented"); } public void testGetElement2() { fail("Not yet implemented"); } public void testSetElement1() { fail("Not yet implemented"); } public void testSetElement2() { fail("Not yet implemented"); } public void testEqualsObject() { fail("Not yet implemented"); } public void testToString() { fail("Not yet implemented"); } }