public void ShouldDoWork()
        {
            var sut = new ClassWithIntermittentBug();

            sut.DoWork();
        }
예제 #2
0
        public void ShouldProjectShortTerm()
        {
            var sut = new ClassWithIntermittentBug();

            sut.DoWork();
        }