We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns output directory that should be used for running the test.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests.NUnit (in CodeJam.PerfTests.NUnit.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected override string GetOutputDirectory( Assembly targetAssembly )
VB
Protected Overrides Function GetOutputDirectory ( targetAssembly As Assembly ) As String
F#
abstract GetOutputDirectory : targetAssembly : Assembly -> string override GetOutputDirectory : targetAssembly : Assembly -> string
Type: StringOutput directory that should be used for running the test or null if the current directory should be used.
null
NUnitCompetitionRunner ClassCodeJam.PerfTests.Running.Core Namespace