C# Class BenchSharkTests.ReflectionEvaluationTests

Show file Open project: ZenLulz/BenchShark

Protected Properties

Property Type Description
BarRun int
FooRun int
StaticFoobarRun int

Protected Methods

Method Description
SetupEnvironment ( ) : void

Set up the test environment.

Private Methods

Method Description
Bar ( ) : void
EvaluateDecoratedTasks_Obj_OneIteration ( ) : void
EvaluateDecoratedTasks_Obj_TenIteration ( ) : void
EvaluateDecoratedTasks_Type_OneIteration ( ) : void
EvaluateDecoratedTasks_Type_TenIteration ( ) : void
Foo ( ) : void
Foobar ( ) : void

Method Details

SetupEnvironment() protected method

Set up the test environment.
protected SetupEnvironment ( ) : void
return void

Property Details

BarRun protected static property

The number of times the method Bar ran.
protected static int BarRun
return int

FooRun protected static property

The number of times the method Foo ran.
protected static int FooRun
return int

StaticFoobarRun protected static property

The number of times the static method Foobar ran.
protected static int StaticFoobarRun
return int