Namespace: DeltaEngine.Platforms.Tests
Assembly: DeltaEngine.Platforms.Tests (in DeltaEngine.Platforms.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Platforms.Tests (in DeltaEngine.Platforms.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void GetAutoCompletionListFromTestCommandMethods() { List<string> autoCompletions = consoleCommands.GetAutoCompletionList("add"); Assert.AreEqual(2, autoCompletions.Count); Assert.AreEqual("AddFloats Single Single", autoCompletions[0]); Assert.AreEqual("AddInts Int32 Int32", autoCompletions[1]); }
See Also