Searched refs:assertInstances (Results 1 – 1 of 1) sorted by relevance
143 assertInstances(1, 1); in testOnCreate()153 assertInstances(0, 0); // Destroyed but never created in testOnDestroy()161 assertInstances(1, 1); in testOnUnloadAfterLoad()165 assertInstances(0, 0); in testOnUnloadAfterLoad()175 assertInstances(0, 0); in testOnAttach_SkipLoad()254 private void assertInstances(int allocated, int created) { in assertInstances() method in PluginInstanceTest