InputCommandsTests TestInputCommands Method Delta Engine Documentation

Namespace: DeltaEngine.Content.Xml.Tests
Assembly: DeltaEngine.Content.Xml.Tests (in DeltaEngine.Content.Xml.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void TestInputCommands()
Examples

[Test, CloseAfterFirstFrame]
public void TestInputCommands()
{
    var inputCommands = ContentLoader.Load<InputCommands>("DefaultCommands");
    Assert.AreEqual("DefaultCommands", inputCommands.Name);
    Assert.IsTrue(inputCommands.InternalAllowCreationIfContentNotFound);
}
See Also