public void listGeneratorTest1() { Assert.NotNull(Ex1.getList()); Assert.IsTrue(Ex1.getList() is List <int>); }