C# Class Composable.Testing.TimeAsserter

ファイルを表示 Open project: mlidbom/Composable.Monolithic

Public Methods

Method Description
Execute ( System.Action action, int iterations = 1, System.TimeSpan maxAverage = null, System.TimeSpan maxTotal = null, string description = "", string timeFormat = DefaultTimeFormat, int maxTries = 3 ) : StopwatchExtensions.TimedExecutionSummary
ExecuteThreaded ( System.Action action, int iterations = 1, System.TimeSpan maxAverage = null, System.TimeSpan maxTotal = null, bool timeIndividualExecutions = false, string description = "", string timeFormat = DefaultTimeFormat, int maxTries = 3 ) : StopwatchExtensions.TimedThreadedExecutionSummary

Private Methods

Method Description
PrintSummary ( int iterations, System.TimeSpan maxAverage, System.TimeSpan maxTotal, string description, string>.Func format, StopwatchExtensions executionSummary ) : void
RunAsserts ( System.TimeSpan maxAverage, System.TimeSpan maxTotal, StopwatchExtensions executionSummary, string>.Func format ) : void

Method Details

Execute() public static method

public static Execute ( System.Action action, int iterations = 1, System.TimeSpan maxAverage = null, System.TimeSpan maxTotal = null, string description = "", string timeFormat = DefaultTimeFormat, int maxTries = 3 ) : StopwatchExtensions.TimedExecutionSummary
action System.Action
iterations int
maxAverage System.TimeSpan
maxTotal System.TimeSpan
description string
timeFormat string
maxTries int
return Composable.System.Diagnostics.StopwatchExtensions.TimedExecutionSummary

ExecuteThreaded() public static method

public static ExecuteThreaded ( System.Action action, int iterations = 1, System.TimeSpan maxAverage = null, System.TimeSpan maxTotal = null, bool timeIndividualExecutions = false, string description = "", string timeFormat = DefaultTimeFormat, int maxTries = 3 ) : StopwatchExtensions.TimedThreadedExecutionSummary
action System.Action
iterations int
maxAverage System.TimeSpan
maxTotal System.TimeSpan
timeIndividualExecutions bool
description string
timeFormat string
maxTries int
return Composable.System.Diagnostics.StopwatchExtensions.TimedThreadedExecutionSummary