import static org.junit.Assert.*; import org.junit.Test; /** * The test class PairTest. * * @author (your name) * @version (a version number or a date) */ public class PairTest { /** * Default constructor for test class PairTest */ @Test public void ConstructorTest() { } }