Searched refs:mModuleContext (Results 1 – 3 of 3) sorted by relevance
60 private IInvocationContext mModuleContext; field in DynamicConfigPusherTest64 mModuleContext = new InvocationContext(); in setUp()65 mModuleContext.setConfigurationDescriptor(new ConfigurationDescriptor()); in setUp()79 mPreparer.setInvocationContext(mModuleContext); in testGetSuiteName_fromTestSuiteInfo()91 mModuleContext in testGetSuiteName_fromTestSuiteTag()94 mPreparer.setInvocationContext(mModuleContext); in testGetSuiteName_fromTestSuiteTag()267 mPreparer.setInvocationContext(mModuleContext); in testSetUp()
103 private IInvocationContext mModuleContext = null; field in DynamicConfigPusher112 mModuleContext = invocationContext; in setInvocationContext()127 (mModuleContext != null) ? getSuiteName() : TestSuiteInfo.getInstance().getName(); in setUp()190 List<String> testSuiteTags = mModuleContext.getConfigurationDescriptor().getSuiteTags(); in getSuiteName()
145 private IInvocationContext mModuleContext = null; field in BusinessLogicPreparer163 mModuleContext = invocationContext; in setInvocationContext()285 if (mModuleContext == null) { in getSuiteName()288 List<String> testSuiteTags = mModuleContext.getConfigurationDescriptor(). in getSuiteName()