public void ConnectNoTestCases() { // execute var testCases = new TextConnector(new RhinoConfiguration(), Utilities.Types).ProviderManager.TestRun.TestCases; // assert Assert.IsFalse(testCases.Any()); }
public void ConnectNoDriverParams() { // setup var configuration = new RhinoConfiguration { TestsRepository = GetSpecsByStub("FullSpecJson", "FullSpecMarkdownV1", "FullSpecMarkdownV2") }; // execute var testCases = new TextConnector(configuration).ProviderManager.TestRun.TestCases; // assert Assert.IsFalse(testCases.Any()); }