Show / Hide Table of Contents

Class ClassDataProviderTests

Inheritance
object
ClassDataProviderTests
Implements
IDisposable
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 ClassDataProviderTests : IDisposable

Constructors

View Source

ClassDataProviderTests()

Declaration
public ClassDataProviderTests()

Methods

View Source

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()
View Source

TestCleanup()

Declaration
[TestCleanup]
public void TestCleanup()
View Source

TestManagedGameObject()

Verify the managed game object queries its managed properties for basic types.

Declaration
[TestMethod]
public Task TestManagedGameObject()
Returns
Type Description
Task

A task that completes when the test is done.

View Source

TestManagedGameObjectProperties()

Verify the base managed game object registers no queryable properties.

Declaration
[TestMethod]
public void TestManagedGameObjectProperties()
View Source

TestManagedGameObjectWithAdditionalData()

Verify the managed game object queries additional properties specified with the GameProperty attribute.

Declaration
[TestMethod]
public Task TestManagedGameObjectWithAdditionalData()
Returns
Type Description
Task

A task that completes when the test is done.

View Source

TestManagedGameObjectWithCustomPropertyName()

Verify the managed game object queries its managed properties with custom names specified by the GameProperty attribute.

Declaration
[TestMethod]
public Task TestManagedGameObjectWithCustomPropertyName()
Returns
Type Description
Task

A task that completes when the test is done.

View Source

TestManagedGameObjectWithListProperty()

Verify the managed game object queries its managed properties for array types.

Declaration
[TestMethod]
public Task TestManagedGameObjectWithListProperty()
Returns
Type Description
Task

A task that completes when the test is done.

Implements

IDisposable
  • View Source
In this article
Back to top Generated by DocFX