Searched refs:getForTests (Results 1 – 6 of 6) sorted by relevance
73 Context context = ApplicationContextSingleton.getForTests(); in get()93 Context previousContext = ApplicationContextSingleton.getForTests(); in apply()
47 mPreviousContext = ApplicationContextSingleton.getForTests(); in savePreviousContext()245 ApplicationContextSingleton.getForTests()); in evaluate()251 ApplicationContextSingleton.getForTests()); in evaluate()
35 ApplicationContextSingleton.getForTests()); in dump()
34 Context contextBefore = ApplicationContextSingleton.getForTests(); in testSetApplicationContextSingleton()
95 public static Context getForTests() { in getForTests() method in ApplicationContextSingleton
47 assertWithMessage("getForTests()").that(ApplicationContextSingleton.getForTests()).isNull(); in testGet_notSet()