public void ShouldNotPassForDemonstrationPurposes() { ISampleClass sampleClass = new SampleClass(); Assert.IsNotNull(sampleClass.GetNull(), "This error is on purpose to demonstrate what a failing test looks like."); }