You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
5.5 KiB
XML
94 lines
5.5 KiB
XML
1 year ago
|
<?xml version="1.0"?>
|
||
|
<doc>
|
||
|
<assembly>
|
||
|
<name>Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions</name>
|
||
|
</assembly>
|
||
|
<members>
|
||
|
<member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute">
|
||
|
<summary>
|
||
|
Służy do określenia elementu wdrożenia (pliku lub katalogu) dla wdrożenia testowego.
|
||
|
Może być określony w klasie testowej lub metodzie testowej.
|
||
|
Może mieć wiele wystąpień atrybutu w celu określenia więcej niż jednego elementu.
|
||
|
Ścieżka elementu może być bezwzględna lub względna. Jeśli jest względna, jest określana względem elementu RunConfig.RelativePathRoot.
|
||
|
</summary>
|
||
|
<example>
|
||
|
[DeploymentItem("file1.xml")]
|
||
|
[DeploymentItem("file2.xml", "DataFiles")]
|
||
|
[DeploymentItem("bin\Debug")]
|
||
|
</example>
|
||
|
<remarks>
|
||
|
DeploymentItemAttribute is currently not supported in .Net Core. This is just a placehodler for support in the future.
|
||
|
</remarks>
|
||
|
</member>
|
||
|
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String)">
|
||
|
<summary>
|
||
|
Inicjuje nowe wystąpienie klasy <see cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute"/>.
|
||
|
</summary>
|
||
|
<param name="path">Plik lub katalog do wdrożenia. Ścieżka jest określana względem katalogu wyjściowego kompilacji. Element zostanie skopiowany do tego samego katalogu co wdrożone zestawy testowe.</param>
|
||
|
</member>
|
||
|
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.#ctor(System.String,System.String)">
|
||
|
<summary>
|
||
|
Inicjuje nowe wystąpienie klasy <see cref="T:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute"/>
|
||
|
</summary>
|
||
|
<param name="path">Względna lub bezwzględna ścieżka do pliku lub katalogu do wdrożenia. Ścieżka jest określana względem katalogu wyjściowego kompilacji. Element zostanie skopiowany do tego samego katalogu co wdrożone zestawy testowe.</param>
|
||
|
<param name="outputDirectory">Ścieżka katalogu, do którego mają być kopiowane elementy. Może być bezwzględna lub określana względem katalogu wdrażania. Wszystkie pliki i katalogi określone przez <paramref name="path"/> zostaną skopiowane do tego katalogu.</param>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.Path">
|
||
|
<summary>
|
||
|
Pobiera ścieżkę źródłowego pliku lub folderu do skopiowania.
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.DeploymentItemAttribute.OutputDirectory">
|
||
|
<summary>
|
||
|
Pobiera ścieżkę katalogu, do którego element jest kopiowany.
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="T:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext">
|
||
|
<summary>
|
||
|
Klasa TestContext. Ta klasa powinna być w pełni abstrakcyjna i nie może zawierać żadnych
|
||
|
elementów członkowskich. Adapter zaimplementuje elementy członkowskie. Użytkownicy platformy powinni
|
||
|
uzyskiwać dostęp do tego elementu tylko za pośrednictwem prawidłowo zdefiniowanego interfejsu.
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.Properties">
|
||
|
<summary>
|
||
|
Pobiera właściwości testu.
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.FullyQualifiedTestClassName">
|
||
|
<summary>
|
||
|
Pobiera w pełni kwalifikowaną nazwę klasy zawierającej aktualnie wykonywaną metodę testową
|
||
|
</summary>
|
||
|
<remarks>
|
||
|
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.
|
||
|
</remarks>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.TestName">
|
||
|
<summary>
|
||
|
Pobiera nazwę aktualnie wykonywanej metody testowej
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="P:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.CurrentTestOutcome">
|
||
|
<summary>
|
||
|
Pobiera wynik bieżącego testu.
|
||
|
</summary>
|
||
|
</member>
|
||
|
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.WriteLine(System.String)">
|
||
|
<summary>
|
||
|
Used to write trace messages while the test is running
|
||
|
</summary>
|
||
|
<param name="message">formatted message string</param>
|
||
|
</member>
|
||
|
<member name="M:Microsoft.VisualStudio.TestTools.UnitTesting.TestContext.WriteLine(System.String,System.Object[])">
|
||
|
<summary>
|
||
|
Used to write trace messages while the test is running
|
||
|
</summary>
|
||
|
<param name="format">format string</param>
|
||
|
<param name="args">the arguments</param>
|
||
|
</member>
|
||
|
</members>
|
||
|
</doc>
|