Package org.jacorb.notification.filter

Examples of org.jacorb.notification.filter.EvaluationResult.compareTo()


        other2.setLongLong(1000);

        assertTrue(objectUnderTest_ + " < " + other1, objectUnderTest_.compareTo(other1) < 0);
        assertTrue(other1.compareTo(objectUnderTest_) > 0);
        assertEquals(0, objectUnderTest_.compareTo(other2));
        assertEquals(0, other2.compareTo(objectUnderTest_));
    }


    public static Test suite()
    {
View Full Code Here


        other2.setLongLong(1000);

        assertTrue(objectUnderTest_ + " < " + other1, objectUnderTest_.compareTo(other1) < 0);
        assertTrue(other1.compareTo(objectUnderTest_) > 0);
        assertEquals(0, objectUnderTest_.compareTo(other2));
        assertEquals(0, other2.compareTo(objectUnderTest_));
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.