public void GetAvailableStrategiesTest() { ICollection <Type> algorithms = fixtureService.GetAlgorithms(@"..\"); Assert.AreEqual(0, algorithms.Count); }