Class Statistics
- Namespace
- FrameOfReference.Presentation
- Assembly
- FrameOfReference.Presentation.dll
Represents a set of TestCases that can be executed, recorded and serialized.
public class Statistics
- Inheritance
-
Statistics
- Inherited Members
- Extension Methods
Constructors
Statistics()
Base-constructor for XML serialization. Do not call manually!
public Statistics()
Statistics(string, string, Universe)
Creates a set of TestCases based on BenchmarkPoint<TCoordinates>s in a Universe.
public Statistics(string gameVersion, string engineVersion, Universe universe)
Parameters
gameVersion
stringThe version number of the game.
engineVersion
stringThe version number of the engine.
universe
UniverseThe Universe containing the BenchmarkPoint<TCoordinates>s.
Fields
TestCases
The set of TestCases.
public TestCase[] TestCases
Field Value
- TestCase[]
Properties
EngineVersion
The version number of the engine.
public string EngineVersion { get; set; }
Property Value
GameVersion
The version number of the game.
public string GameVersion { get; set; }