Show / Hide Table of Contents

Class TreeObjectTests

Inheritance
object
TreeObjectTests
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.GameStateTracker.Tests
Assembly: GameStateTracker.Tests.dll
Syntax
[TestClass]
public class TreeObjectTests

Methods

View Source

TestParseArray()

Declaration
[TestMethod]
public void TestParseArray()
View Source

TestParseComplexObject()

Declaration
[TestMethod]
public void TestParseComplexObject()
View Source

TestParseLocationObject()

Declaration
[TestMethod]
public void TestParseLocationObject()
View Source

TestParseSimpleObject(string)

Declaration
[TestMethod]
[DataRow("0")]
[DataRow("False")]
[DataRow("Class'/Path/To:Object.Name'")]
[DataRow("(null).None")]
[DataRow("")]
public void TestParseSimpleObject(string item)
Parameters
Type Name Description
string item
View Source

TestParseThrowsForNullArgument()

Declaration
[TestMethod]
public void TestParseThrowsForNullArgument()
View Source

TestParseVectorBenchmark(string)

Declaration
[TestMethod]
[TestCategory("Benchmark")]
[DataRow("X=0.000000,Y=0.000000,Z=0.000000")]
public Task TestParseVectorBenchmark(string vectorString)
Parameters
Type Name Description
string vectorString
Returns
Type Description
Task
  • View Source
In this article
Back to top Generated by DocFX