You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.
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");
}
The text was updated successfully, but these errors were encountered: