public void ResetLengths(int minimum, int maximum) { var dg = new DataGenerator(100, 200); Assert.IsNotNull(dg); dg.ResetLengths(minimum, maximum); }