Skip to content

Methods_T_CodeJam_PerfTests_Running_Core_MSTestCompetitionRunner

andrewvk edited this page Nov 8, 2016 · 2 revisions

MSTestCompetitionRunner Methods

The MSTestCompetitionRunner type exposes the following members.

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. (Inherited from CompetitionRunnerBase.)
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

MSTestCompetitionRunner Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally