Searched refs:mCommandOptions (Results 1 – 3 of 3) sorted by relevance
41 private CommandOptions mCommandOptions; field in CommandSchedulerStressApp47 mCommandOptions = new CommandOptions(); in CommandSchedulerStressApp()48 mCommandOptions.setLoopMode(false); in CommandSchedulerStressApp()49 mCommandOptions.setMinLoopTime(0); in CommandSchedulerStressApp()50 EasyMock.expect(mMockConfig.getCommandOptions()).andStubReturn(mCommandOptions); in CommandSchedulerStressApp()
72 private CommandOptions mCommandOptions; field in CommandSchedulerFuncTest92 mCommandOptions = new CommandOptions(); in setUp()93 mCommandOptions.setLoopMode(true); in setUp()94 mCommandOptions.setMinLoopTime(0); in setUp()95 EasyMock.expect(mSlowConfig.getCommandOptions()).andStubReturn(mCommandOptions); in setUp()98 EasyMock.expect(mFastConfig.getCommandOptions()).andStubReturn(mCommandOptions); in setUp()391 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible()506 mCommandOptions.setLoopMode(false); in testShutdown_notInterruptible_timeout()578 mCommandOptions.setLoopMode(false); in testShutdown_invocation_timeout()579 mCommandOptions.setInvocationTimeout(500l); in testShutdown_invocation_timeout()[all …]
88 private CommandOptions mCommandOptions; field in CommandSchedulerTest154 mCommandOptions = new CommandOptions(); in setUp()214 mCommandOptions.setHelpMode(true); in testAddConfig_configHelp()230 mCommandOptions.setJsonHelpMode(true); in testAddConfig_configJsonHelp()280 mCommandOptions.setDryRunMode(true); in testRun_dryRun()295 mCommandOptions.setDryRunMode(false); in testRun_dryRun()416 mCommandOptions.setLoopMode(true); in testRun_oneConfigLoop()417 mCommandOptions.setMinLoopTime(50); in testRun_oneConfigLoop()549 EasyMock.expect(rescheduledConfig.getCommandOptions()).andStubReturn(mCommandOptions); in testRun_rescheduled()735 EasyMock.expect(mMockConfiguration.getCommandOptions()).andStubReturn(mCommandOptions); in setCreateConfigExpectations()[all …]