Searched refs:theInstance (Results 1 – 10 of 10) sorted by relevance
18 private static final CustomHistory theInstance = new CustomHistory(); field in CustomHistory49 theInstance.processHistoryTokenString(token.toString()); in simulateHistoryToken()53 theInstance.processHistoryTokenString(History.getToken()); in processInitialToken()81 return theInstance.lastHistoryToken; in getLastHistoryToken()85 theInstance.listeners.add(listener); in addHistoryListener()89 theInstance.listeners.remove(listener); in removeHistoryListener()96 theInstance.lastHistoryToken = token; in newItem()
21 public static final StaticDataRepository theInstance = new StaticDataRepository(); field in StaticDataRepository29 return theInstance; in getRepository()
8 import static org.hamcrest.core.IsSame.theInstance;33 Matcher<Object> matcher = theInstance(o1); in alternativeFactoryMethodAlsoMatchesOnlyIfArgumentIsReferenceToASpecifiedObject()
22 public static final NotifyManager theInstance = new NotifyManager(); field in NotifyManager113 return theInstance; in getInstance()
39 private static CommonPanel theInstance = new CommonPanel(); field in CommonPanel119 return theInstance; in getPanel()126 theInstance = panel; in setInstance()
32 private static final TestLabelManager theInstance = new TestLabelManager(); field in TestLabelManager89 return theInstance; in getManager()
48 public static <T> Matcher<T> theInstance(T target) { in theInstance() method in IsSame
378 public static <T> org.hamcrest.Matcher<T> theInstance(T target) { in theInstance() method in CoreMatchers379 return org.hamcrest.core.IsSame.theInstance(target); in theInstance()
63 * Fix issue 101 - Added theInstance alias for sameInstance factory method
462 public static <T> org.hamcrest.Matcher<T> theInstance(T target) { in theInstance() method in Matchers463 return org.hamcrest.core.IsSame.<T>theInstance(target); in theInstance()