public void Next() { var TestObject = new GeneratorManager(new IGenerator[] { new DefaultGenerator(new Mirage.Random()) }, new Mirage.Random()); var Results = TestObject.Next(typeof(TestClass).GetMethod("TestMethod").GetParameters()); Results.Should().NotBeNull(); Results.Should().HaveCount(1); Results[0].Should().NotBeNull(); }