Searched refs:mTestInformation (Results 1 – 3 of 3) sorted by relevance
63 private TestInformation mTestInformation; field in DeviceJUnit4ClassRunner82 ((IDeviceTest) testObj).setDevice(mTestInformation.getDevice()); in createTest()85 ((IBuildReceiver) testObj).setBuild(mTestInformation.getBuildInfo()); in createTest()93 .setInvocationContext(mTestInformation.getContext()); in createTest()96 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in createTest()127 : new RunBeforesWithInfo(statement, beforesWithDevice, mTestInformation); in withBeforeClasses()138 : new RunAftersWithInfo(statement, aftersWithDevice, mTestInformation); in withAfterClasses()163 mTestInformation = testInformation; in setTestInformation()168 return mTestInformation; in getTestInformation()174 if (mTestInformation != null) { in createResolver()[all …]
53 private TestInformation mTestInformation; field in DeviceParameterizedRunner67 ((IDeviceTest) testObj).setDevice(mTestInformation.getDevice()); in methodInvoker()70 ((IBuildReceiver) testObj).setBuild(mTestInformation.getBuildInfo()); in methodInvoker()78 .setInvocationContext(mTestInformation.getContext()); in methodInvoker()81 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in methodInvoker()100 mTestInformation = testInformation; in setTestInformation()105 return mTestInformation; in getTestInformation()
62 @Mock private TestInformation mTestInformation; field in ClusterCommandLauncherFuncTest95 mLauncher.run(mTestInformation, mListener); in testRun_withLegacyTradefed()