C# Class NPerf.Lab.PerfLab

Afficher le fichier Open project: Orcomp/NPerf Class Usage Examples

Méthodes publiques

Méthode Description
AddAssemblies ( ) : void
PerfLab ( ) : System
PerfLab ( Assembly fixtureLib ) : System
Run ( System.Guid tests, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( System.Guid tests, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable

Private Methods

Méthode Description
IsTestableType ( Type testerType, Type testedType ) : bool

Method Details

AddAssemblies() public méthode

public AddAssemblies ( ) : void
Résultat void

PerfLab() public méthode

public PerfLab ( ) : System
Résultat System

PerfLab() public méthode

public PerfLab ( Assembly fixtureLib ) : System
fixtureLib System.Reflection.Assembly
Résultat System

Run() public méthode

public Run ( System.Guid tests, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
tests System.Guid
configuration PerfTestConfiguration
parallel bool
Résultat IObservable

Run() public méthode

public Run ( System.Guid tests, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
tests System.Guid
start int
step int
end int
configuration PerfTestConfiguration
parallel bool
Résultat IObservable

Run() public méthode

public Run ( PerfTestConfiguration configuration, bool parallel = false ) : IObservable
configuration PerfTestConfiguration
parallel bool
Résultat IObservable

Run() public méthode

public Run ( int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
start int
step int
end int
configuration PerfTestConfiguration
parallel bool
Résultat IObservable