قاعدة اختبار RustTestBase
public
abstract
class
RustTestBase
extends Object
implements
IAbiReceiver,
IConfigurationReceiver,
IRemoteTest,
ITestFilterReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.rust.RustTestBase |
الفئة الأساسية من RustBinaryHostTest وRustBinaryTest
ملخّص
الصفوف المتداخلة | |
---|---|
class |
RustTestBase.EnvPair
|
class |
RustTestBase.Invocation
|
الحقول | |
---|---|
protected
long |
mTestTimeout
|
شركة إنشاءات عامة | |
---|---|
RustTestBase()
|
الطرق العامة | |
---|---|
void
|
addAllExcludeFilters(
تتم إضافة |
void
|
addAllIncludeFilters(
تتم إضافة |
void
|
addExcludeFilter(String filter)
يضيف فلترًا للاختبارات التي تريد استبعادها. |
void
|
addIncludeFilter(String filter)
إضافة فلتر للاختبارات المراد تضمينها |
void
|
clearExcludeFilters()
احذف جميع فلاتر الاستثناء التي يتم تتبُّعها حاليًا. |
void
|
clearIncludeFilters()
احذف جميع فلاتر التضمين التي يتم تتبّعها حاليًا. |
IAbi
|
getAbi()
|
|
getExcludeFilters()
تعرض |
|
getIncludeFilters()
تعرض قيمة |
void
|
setAbi(IAbi abi)
|
void
|
setConfiguration(IConfiguration configuration)
إدخال |
الطرق المحمية | |
---|---|
void
|
collectTestLines(String[] testList,
ابحث عن أسماء حالات الاختبار في testList وأضِفها إلى foundTests. |
|
generateInvocations(File target)
|
IConfiguration
|
getConfiguration()
تعرض إعدادات الاختبار. |
الحقول
مهلة الاختبار
protected long mTestTimeout
شركة إنشاءات عامة
قاعدة اختبار RustTestBase
public RustTestBase ()
الطرق العامة
إضافة فلاتر استبعاد الكل
public void addAllExcludeFilters (filters)
تتم إضافة ERROR(/Set)
لفلاتر الاختبارات المطلوب استبعادها.
المعلمات | |
---|---|
filters |
|
addAllIncludeFilters
public void addAllIncludeFilters (filters)
تتم إضافة ERROR(/Set)
لفلاتر الاختبارات المطلوب تضمينها.
المعلمات | |
---|---|
filters |
|
إضافة فلتر
public void addExcludeFilter (String filter)
يضيف فلترًا للاختبارات التي تريد استبعادها.
المعلمات | |
---|---|
filter |
String |
إضافة فلتر
public void addIncludeFilter (String filter)
إضافة فلتر للاختبارات المراد تضمينها
المعلمات | |
---|---|
filter |
String |
محو الفلاتر
public void clearExcludeFilters ()
احذف جميع فلاتر الاستثناء التي يتم تتبُّعها حاليًا.
محو الفلاتر
public void clearIncludeFilters ()
احذف جميع فلاتر التضمين التي يتم تتبّعها حاليًا.
الحصول على فلاتر مستبعدة
publicgetExcludeFilters ()
تعرض ERROR(/Set)
الحالية من فلاتر الاستبعاد.
المرتجعات | |
---|---|
|
الحصول على فلاتر
publicgetIncludeFilters ()
تعرض قيمة ERROR(/Set)
الحالية من فلاتر التضمين.
المرتجعات | |
---|---|
|
ضبط الإعدادات
public void setConfiguration (IConfiguration configuration)
إدخال IConfiguration
قيد الاستخدام.
المعلمات | |
---|---|
configuration |
IConfiguration |
الطرق المحمية
جمعTestLines
protected void collectTestLines (String[] testList,foundTests)
ابحث عن أسماء حالات الاختبار في testList وأضِفها إلى foundTests.
المعلمات | |
---|---|
testList |
String |
foundTests |
|
إنشاء استدعاءات
protectedgenerateInvocations (File target)
المعلمات | |
---|---|
target |
File |
المرتجعات | |
---|---|
|
getConfiguration
protected IConfiguration getConfiguration ()
تعرض إعدادات الاختبار.
المرتجعات | |
---|---|
IConfiguration |
تهيئة IConfiguration |