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 GetAutoCompletionListFromGlobalTimeMethod() { if (!IsMockResolver) return; //ncrunch: no coverage List<string> autoCompletions = consoleCommands.GetAutoCompletionList("GetSecondsSinceStart"); Assert.AreEqual(1, autoCompletions.Count); Assert.AreEqual("GetSecondsSinceStartToday", autoCompletions[0]); }
See Also