Searched refs:alphaItem (Results 1 – 1 of 1) sorted by relevance
72 final LaunchItem alphaItem = createTestLaunchItem("", "", null, null, "Z label", 0); in testCompareTo() local75 assertTrue("alphaItem should sort after item", item.compareTo(alphaItem) < 0); in testCompareTo()