34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<meta charset="UTF-8">
|
|
<title>VSTestStep.testNames - </title>
|
|
<link rel="stylesheet" href="../../style.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<a href="../index.html">jetbrains.buildServer.configs.kotlin.v10.buildSteps</a> / <a href="index.html">VSTestStep</a> / <a href="./test-names.html">testNames</a><br/>
|
|
<br/>
|
|
<h1>testNames</h1>
|
|
<a name="jetbrains.buildServer.configs.kotlin.v10.buildSteps.VSTestStep$testNames"></a>
|
|
<code><span class="keyword">var </span><span class="identifier">testNames</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
|
|
<p>Newline-separated list of test names. If empty, all tests will be executed.
|
|
Cannot be used together with testCaseFilter.</p>
|
|
<p><strong>See Also</strong><br/>
|
|
<p><a href="test-case-filter.html">testCaseFilter</a></p>
|
|
</p>
|
|
<p><strong>Getter</strong><br/>
|
|
<p>Newline-separated list of test names. If empty, all tests will be executed.
|
|
Cannot be used together with testCaseFilter.</p>
|
|
</p>
|
|
<p><strong>Getter See Also</strong><br/>
|
|
<p><a href="test-case-filter.html">testCaseFilter</a></p>
|
|
</p>
|
|
<p><strong>Setter</strong><br/>
|
|
<p>Newline-separated list of test names. If empty, all tests will be executed.
|
|
Cannot be used together with testCaseFilter.</p>
|
|
</p>
|
|
<p><strong>Setter See Also</strong><br/>
|
|
<p><a href="test-case-filter.html">testCaseFilter</a></p>
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|