예제 #1
0
        public void Hops_Valid_Empty()
        {
            Hops hops = new Hops();

            Assert.IsTrue(hops.IsValid());
        }