Hemant Pawar
Hemant Pawar

Reputation: 1

Nunit - How to get all test lines (written in test ) before execution (in c#)

Below is Nunit test.I want to get all test lines before test execution.

public void Test01()
{
abc = 1;
pqr();
xyz();
lmn = 9;
zxy();
}

Upvotes: 0

Views: 51

Answers (0)

Related Questions