Searched refs:TestController (Results 1 – 1 of 1) sorted by relevance
520 TestController controller = new TestController(); in testExplicitHealthChecks()583 TestController controller = new TestController(); in testExplicitHealthCheckStateChanges()655 TestController controller = new TestController(); in testExplicitHealthCheckFailureBeforeExpiry()687 TestController controller = new TestController(); in testPackageHealthCheckStateTransitions()776 return createWatchdog(new TestController(), true /* withPackagesReady */); in createWatchdog()779 private PackageWatchdog createWatchdog(TestController controller, boolean withPackagesReady) { in createWatchdog()830 private static class TestController extends ExplicitHealthCheckController { class in PackageWatchdogTest831 TestController() { in TestController() method in PackageWatchdogTest.TestController