Table of Contents

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 string

The version number of the game.

engineVersion string

The version number of the engine.

universe Universe

The 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

string

GameVersion

The version number of the game.

public string GameVersion { get; set; }

Property Value

string