Searched refs:priorityItem (Results 1 – 1 of 1) sorted by relevance
71 final LaunchItem priorityItem = createTestLaunchItem("", "", null, null, "Z label", 1); in testCompareTo() local74 assertTrue("priorityItem should sort before item", item.compareTo(priorityItem) > 0); in testCompareTo()