Home | History | Annotate | Download | only in util

Lines Matching refs:lastElement

215         assertTrue("Failed to add Object", tVector.lastElement() == o);
219 assertNull("Failed to add null", tVector.lastElement());
887 * @tests java.util.Vector#lastElement()
892 method = "lastElement",
896 // Test for method java.lang.Object java.util.Vector.lastElement()
897 assertEquals("Incorrect last element returned", "Test 99", tVector.lastElement()
901 .lastElement());
906 tVector.lastElement();