I have a NUnit
visual studio test project class library
type ,I need to pass command line
argument in to project and access that argument.
When i have create another class library
type project then i am able to take argument into Main
function.
But the Nunit test project
have not entry point or Main
function.How to do that scenario.
Please help.