ValidateSuiteConfigHelper
public
class
ValidateSuiteConfigHelper
extends Object
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ValidateSuiteConfigHelper |
הכיתה הזו תעזור לאמת שה-IConfiguration
שנטען לחבילה עומד בדרישות הצפויות: - אין ספקי build - אין דיווח על תוצאות
סיכום
שיטות ציבוריות | |
---|---|
static
void
|
validateConfig(IConfiguration config)
בדיקה שהגדרה מסוימת נוצרה בצורה תקינה כדי להריץ אותה בחבילה. |
static
void
|
validateConfigFile(File configFile)
בדיקה שקובץ התצורה של המודול תקין – ללא תבניות או קבצים שכלולים בו |
שיטות ציבוריות
validateConfig
public static void validateConfig (IConfiguration config)
בדיקה שהגדרה מסוימת נוצרה בצורה תקינה כדי להריץ אותה בחבילה.
פרמטרים | |
---|---|
config |
IConfiguration : IConfiguration לבדיקה אם הוא תקף לחבילה. |
validateConfigFile
public static void validateConfigFile (File configFile)
בדיקה שקובץ התצורה של המודול תקין – ללא תבניות או קבצים שכלולים בו
פרמטרים | |
---|---|
configFile |
File : קובץ תצורה ERROR(/File) שצריך לאמת לחבילה. |