Skip to content

T_CodeJam_PerfTests_Running_Core_NUnitCompetitionRunner

andrewvk edited this page Nov 8, 2016 · 3 revisions

NUnitCompetitionRunner Class

Nunit competition performance tests runner.

Inheritance Hierarchy

System.Object
  CodeJam.PerfTests.Running.Core.CompetitionRunnerBase
    CodeJam.PerfTests.Running.Core.NUnitCompetitionRunner
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests.NUnit (in CodeJam.PerfTests.NUnit.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public class NUnitCompetitionRunner : CompetitionRunnerBase

VB

Public Class NUnitCompetitionRunner
	Inherits CompetitionRunnerBase

F#

type NUnitCompetitionRunner =  
    class
        inherit CompetitionRunnerBase
    end

The NUnitCompetitionRunner type exposes the following members.

Constructors

 

Name Description
Public method NUnitCompetitionRunner Initializes a new instance of the NUnitCompetitionRunner class
  Back to Top

Properties

 

Name Description
Protected property DefaultAdditionalRerunsIfAnnotationsUpdated Count of additional runs performed after updating source annotations. (Inherited from CompetitionRunnerBase.)
Protected property DefaultLongRunningBenchmarkLimit Default timing limit to detect long-running benchmarks. (Inherited from CompetitionRunnerBase.)
Protected property DefaultMaxRerunsIfValidationFailed Maximum count of retries performed if the limit checking failed. (Inherited from CompetitionRunnerBase.)
Protected property DefaultMaxRunsAllowed Default timing limit to detect too fast benchmarks. (Inherited from CompetitionRunnerBase.)
Protected property DefaultSkipRunsBeforeApplyingAnnotations Count of runs skipped before source annotations will be applied. (Inherited from CompetitionRunnerBase.)
Protected property DefaultTooFastBenchmarkLimit Timing limit for too fast runs. (Inherited from CompetitionRunnerBase.)
Protected property DumpSummaryToHostLogger Gets a value indicating whether the last run summary should be dumped into host logger. (Overrides CompetitionRunnerBase.DumpSummaryToHostLogger.)
  Back to Top

Methods

 

Name Description
Protected method CreateHostLogger Creates a host logger. (Overrides CompetitionRunnerBase.CreateHostLogger(HostLogMode).)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Protected method GetOutputDirectory Returns output directory that should be used for running the test. (Overrides CompetitionRunnerBase.GetOutputDirectory(Assembly).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OverrideAnalysers Override competition analysers. (Inherited from CompetitionRunnerBase.)
Protected method OverrideColumns Override competition columns. (Inherited from CompetitionRunnerBase.)
Protected method OverrideDiagnosers Override competition diagnosers. (Inherited from CompetitionRunnerBase.)
Protected method OverrideExporters Override competition exporters. (Inherited from CompetitionRunnerBase.)
Protected method OverrideJobs Override competition jobs. (Inherited from CompetitionRunnerBase.)
Protected method OverrideLoggers Override competition loggers. (Overrides CompetitionRunnerBase.OverrideLoggers(ICompetitionConfig).)
Protected method OverrideValidators Override competition validators. (Inherited from CompetitionRunnerBase.)
Protected method ReportAssertionsFailed Reports failed assertions to user. (Overrides CompetitionRunnerBase.ReportAssertionsFailed(String, CompetitionState).)
Protected method ReportExecutionErrors Reports the execution errors to user. (Overrides CompetitionRunnerBase.ReportExecutionErrors(String, CompetitionState).)
Protected method ReportHostLogger(CompetitionRunnerBase.HostLogger, Summary) Reports content of the host logger to user. (Inherited from CompetitionRunnerBase.)
Protected method ReportHostLogger(CompetitionRunnerBase.HostLogger, Summary) Reports content of the host logger to user.
Protected method ReportWarnings Reports warnings to user. (Overrides CompetitionRunnerBase.ReportWarnings(String, CompetitionState).)
Public method Run(Assembly, ICompetitionConfig) Runs all benchmarks defined in the assembly. (Inherited from CompetitionRunnerBase.)
Public method Run(Type, ICompetitionConfig) Runs the benchmark. (Inherited from CompetitionRunnerBase.)
Public method Run(Type[], ICompetitionConfig) Runs all benchmarks defined in the assembly. (Inherited from CompetitionRunnerBase.)
Public method Run(T)(ICompetitionConfig) Runs the benchmark. (Inherited from CompetitionRunnerBase.)
Public method Run(T)(T, ICompetitionConfig) Runs the benchmark. (Inherited from CompetitionRunnerBase.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Core Namespace
CodeJam.PerfTests.Running.Core.CompetitionRunnerBase

Clone this wiki locally