-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_PerfTests_Running_Core_NUnitCompetitionRunner_GetOutputDirectory
andrewvk edited this page Nov 8, 2016
·
2 revisions
Returns output directory that should be used for running the test.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: 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
- targetAssembly
- Type: System.Reflection.Assembly
The target assembly tests will be run for.
Type: String
Output directory that should be used for running the test or null
if the current directory should be used.
NUnitCompetitionRunner Class
CodeJam.PerfTests.Running.Core Namespace