Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Assert.Pass("This test case passed") - step is shown as failed in the report. #120

Open
ameettshelar opened this issue Apr 19, 2018 · 0 comments

Comments

@ameettshelar
Copy link

I am using Nunit Framework.

I have written one - Assert.Pass("This test case passed") -
This step is shown as failed in the report and the test is failed.

if (chkpt)
{
Assert.Pass("All check points are passed");
}
else
{
Assert.Fail("Check points are failed");
}

capture

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant