TestMapping

public class TestMapping
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.testmapping.TestMapping


TEST_MAPPING ファイルを読み込むためのクラス。

概要

フィールド

public static final Pattern MAINLINE_REGEX

public static final String TEST_MAPPINGS_ZIP

public static final String TEST_SOURCES

パブリック コンストラクタ

TestMapping()

空の TestMapping オブジェクトを初期化するコンストラクタ。

TestMapping( testMappingRelativePaths, boolean ignoreTestMappingImports)

TestMapping オブジェクトを作成するコンストラクタ。

パブリック メソッド

static File extractTestMappingsZip(File testMappingsZip)

zip ファイルを解凍し、解凍したファイルのコンテンツを含むディレクトリを返します。

getAllTests(File testMappingsDir)

指定されたディレクトリの TEST_MAPPING ファイル内のすべてのテストを検索するヘルパー。

static Matcher getMainlineTestModuleName(TestInfo info)

パラメータ化された Mainline テストのマッチング パターンを取得するヘルパー。

getTests(IBuildInfo buildInfo, String testGroup, boolean hostOnly, keywords, ignoreKeywords)

デバイスビルド内のアーティファクトに基づいて、すべての TEST_MAPPING ファイル内のすべてのテストを見つけるヘルパー。

getTests(IBuildInfo buildInfo, String testGroup, boolean hostOnly, keywords, ignoreKeywords, extraZipNames, matchedPatternPaths)

指定されたアーティファクトに基づいて、すべての TEST_MAPPING ファイル内のすべてのテストを見つけるヘルパー。

void listTestMappingFiles(Path testMappingDir, Path testMappingsRootDir, filePaths)

すべてのテスト マッピング ファイルを一覧表示するヘルパー。すべての親ディレクトリと関連するインポート パスを探します。

フィールド

MAINLINE_REGEX

public static final Pattern MAINLINE_REGEX

TEST_MAPPINGS_ZIP

public static final String TEST_MAPPINGS_ZIP

テストソース

public static final String TEST_SOURCES

パブリック コンストラクタ

TestMapping

public TestMapping ()

空の TestMapping オブジェクトを初期化するコンストラクタ。

TestMapping

public TestMapping ( testMappingRelativePaths, 
                boolean ignoreTestMappingImports)

TestMapping オブジェクトを作成するコンストラクタ。

パラメータ
testMappingRelativePaths : TEST_MAPPING ファイルパスへの ERROR(/List)

ignoreTestMappingImports boolean: インポートを無視する ERROR(/boolean)

パブリック メソッド

extractTestMappingsZip

public static File extractTestMappingsZip (File testMappingsZip)

zip ファイルを解凍し、解凍したファイルの内容を含むディレクトリを返します。

パラメータ
testMappingsZip File: 抽出するテスト マッピングの ZIP の ERROR(/File)

戻り値
File テスト マッピング ZIP のテンポラリ ディレクトリを指す ERROR(/File)

getAllTests

public  getAllTests (File testMappingsDir)

指定されたディレクトリの TEST_MAPPING ファイル内のすべてのテストを検索するためのヘルパー。

パラメータ
testMappingsDir File: ERROR(/File)(すべてのテスト マッピング ファイルを含むディレクトリ)。

戻り値
指定されたディレクトリとその子ディレクトリ内のテストの Map<String, Set<TestInfo>>

getMainlineTestModuleName

public static Matcher getMainlineTestModuleName (TestInfo info)

パラメータ化された Mainline テストのマッチング パターンを取得するヘルパー。

パラメータ
info TestInfo

戻り値
Matcher パラメータ化された Mainline テスト用の ERROR(/Matcher)

例外
ConfigurationException

getTests

public  getTests (IBuildInfo buildInfo, 
                String testGroup, 
                boolean hostOnly, 
                 keywords, 
                 ignoreKeywords)

デバイスビルドのアーティファクトに基づいて、すべての TEST_MAPPING ファイル内のすべてのテストを検索するためのヘルパー。

パラメータ
buildInfo IBuildInfo: ビルドを説明する IBuildInfo

testGroup String: テストグループの String

hostOnly boolean: ホスト上で実行され、デバイスを必要としないテストのみを返す場合は true、デバイスの実行を必要とするテストを返す場合は false。

keywords : テスト マッピング スイートで実行するテストをフィルタリングするときに一致させる String のセット。

ignoreKeywords : 無視するキーワードの String のセット。

戻り値
ビルド アーティファクト test_mappings.zip に設定されたテストの Set<TestInfo>

getTests

public  getTests (IBuildInfo buildInfo, 
                String testGroup, 
                boolean hostOnly, 
                 keywords, 
                 ignoreKeywords, 
                 extraZipNames, 
                 matchedPatternPaths)

指定されたアーティファクトに基づいて、すべての TEST_MAPPING ファイル内のすべてのテストを見つけるヘルパー。これは、スイートの実行で、特定のグループ(presubmit など)の TEST_MAPPING ファイル内のすべてのテストを実行する必要がある場合に必要です。

パラメータ
buildInfo IBuildInfo: ビルドを記述する IBuildInfo

testGroup String: テストグループの String

hostOnly boolean: ホストで実行され、デバイスを必要としないテストのみを返す場合は true。実行にデバイスを必要とするテストを返す場合は false。

keywords : テスト マッピング スイートで実行するテストをフィルタリングするときに一致させる String のセット。

ignoreKeywords : 無視するキーワードの String のセット。

extraZipNames : マージされる追加の test_mappings.zip の名前の String のセット。

matchedPatternPaths : ERROR(/Set) からファイルパスが一致するパターン。

戻り値
ビルド アーティファクト test_mappings.zip に設定されたテストの Set<TestInfo>

listTestMappingFiles

public void listTestMappingFiles (Path testMappingDir, 
                Path testMappingsRootDir, 
                 filePaths)

すべてのテスト マッピング ファイルをリストするヘルパー。すべての親ディレクトリと関連するインポート パスを探します。

パラメータ
testMappingDir Path: TEST_MAPPING ファイルの親ディレクトリへの ERROR(/Path)

testMappingsRootDir Path: ビルドのすべての TEST_MAPPING ファイルのフォルダへの ERROR(/Path)

filePaths : すべての TEST_MAPPING パスを保存する ERROR(/Set)