Searched refs:ERROR_MESSAGE_SET_NOT_CALLED (Results 1 – 2 of 2) sorted by relevance
38 public static final String ERROR_MESSAGE_SET_NOT_CALLED = "set() not called yet"; field in ApplicationContextSingleton49 Preconditions.checkState(context != null, ERROR_MESSAGE_SET_NOT_CALLED); in get()
45 .contains(ApplicationContextSingleton.ERROR_MESSAGE_SET_NOT_CALLED); in testDump_appContextSingletonNotSet()