ডিভাইস প্যারামিটারাইজড রানার
public class DeviceParameterizedRunner
extends JUnitParamsRunner
implements IAbiReceiver , ISetOptionReceiver , ITestInformationReceiver
java.lang.অবজেক্ট |
↳ | org.junit.runner.Runner |
| ↳ | org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod> |
| | ↳ | org.junit.runners.BlockJUnit4ClassRunner |
| | | ↳ | junitparams.JUnitParamsRunner |
| | | | ↳ | com.android.tradefed.testtype.junit4.DeviceParameterizedRunner |
হোস্ট-সাইড চালিত প্যারামিটারাইজড পরীক্ষার জন্য JUnit4 স্টাইলের প্যারামিটারাইজড রানার।
এই রানারটি JUnitParamsRunner
এর উপর ভিত্তি করে এবং JUnit4 নেটিভ Parameterized
নয় কিন্তু নেটিভ প্যারামিটারাইজড রানার সত্যিই ভাল নয় এবং এটি একটি একক পদ্ধতি চালানোর অনুমতি দেয় না।
সারাংশ
সুরক্ষিত পদ্ধতি |
---|
Statement | methodInvoker (FrameworkMethod method, Object testObj) |
পাবলিক কনস্ট্রাক্টর
ডিভাইস প্যারামিটারাইজড রানার
public DeviceParameterizedRunner (Class<?> klass)
নিক্ষেপ করে |
---|
| org.junit.runners.model.Initialization Error |
InitializationError | |
পাবলিক পদ্ধতি
getAbi
public IAbi getAbi ()
সেটএবি
public void setAbi (IAbi abi)
public void setTestInformation (TestInformation testInformation)
পরামিতি |
---|
testInformation | TestInformation |
সুরক্ষিত পদ্ধতি
মেথড ইনভোকার
protected Statement methodInvoker (FrameworkMethod method,
Object testObj)
পরামিতি |
---|
method | FrameworkMethod |
testObj | Object |