Exemplo n.º 1
0
        public void All()
        {
            IBatch Batch = Generator.All();

            Assert.Equal(1, Batch.CommandCount);
        }