예제 #1
0
        public void TestTee2()
        {
            Trex newTee = new Trex();

            Assert.True(newTee.Run());
        }