My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 281: Assert.Ignore message is not included in test reports
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  dan.maharry
Type-Defect
Priority-Low
Milestone-2.4.2


Sign in to add a comment
 
Reported by dan.maharry, Aug 02, 2008
What steps will reproduce the problem?

Create simple test

[Test]
public void Ignore()
{
   Assert.Ignore("This test was ignored at {0}", 
DateTime.Now.ToShortDateString());
}

Run test

What is the expected output? What do you see instead?
Test runner ignores the test and marks it ignored, but the accompanying 
message is not displayed. The message should be displayed somewhere in the 
test report but it isn't at all.

Sign in to add a comment

Hosted by Google Code