Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions テスト配置ごとに配置項目 (ファイルまたはディレクトリ) を指定するために使用されます。 テスト クラスまたはテスト メソッドで指定できます。 属性に複数のインスタンスを指定して、2 つ以上の項目を指定することができます。 項目のパスには絶対パスまたは相対パスを指定できます。相対パスの場合は、RunConfig.RelativePathRoot からの相対パスです。 [DeploymentItem("file1.xml")] [DeploymentItem("file2.xml", "DataFiles")] [DeploymentItem("bin\Debug")] DeploymentItemAttribute is currently not supported in .Net Core. This is just a placehodler for support in the future. クラスの新しいインスタンスを初期化します。 配置するファイルまたはディレクトリ。パスはビルドの出力ディレクトリの相対パスです。項目は配置されたテスト アセンブリと同じディレクトリにコピーされます。 クラスの新しいインスタンスを初期化する 配置するファイルまたはディレクトリへの相対パスまたは絶対パス。パスはビルドの出力ディレクトリの相対パスです。項目は配置されたテスト アセンブリと同じディレクトリにコピーされます。 アイテムのコピー先のディレクトリのパス。配置ディレクトリへの絶対パスまたは相対パスのいずれかを指定できます。次で識別されるすべてのファイルとディレクトリは このディレクトリにコピーされます。 コピーするソース ファイルまたはフォルダーのパスを取得します。 項目のコピー先のディレクトリのパスを取得します。 TestContext クラス。このクラスは完全に抽象的でなければならず、かつメンバー を含んでいてはなりません。アダプターはメンバーを実装します。フレームワーク内のユーザーは 正しく定義されたインターフェイスを介してのみこのクラスにアクセスする必要があります。 テストのテスト プロパティを取得します。 現在実行中のテスト メソッドを含むクラスの完全修飾名を取得する This property can be useful in attributes derived from ExpectedExceptionBaseAttribute. Those attributes have access to the test context, and provide messages that are included in the test results. Users can benefit from messages that include the fully-qualified class name in addition to the name of the test method currently being executed. 現在実行中のテスト メソッドの名前を取得する 現在のテスト成果を取得します。 Used to write trace messages while the test is running formatted message string Used to write trace messages while the test is running format string the arguments