Reputation: 1
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