public void ShouldDoWork() { var sut = new ClassWithIntermittentBug(); sut.DoWork(); }
public void ShouldProjectShortTerm() { var sut = new ClassWithIntermittentBug(); sut.DoWork(); }