I run through console a myProgram.dll with NUnit. I'd like the myProgram.dll I coded to receive a specific date which is a date to stop.
nunit-console myProgram.dll
I know I could achieve it by writing the date to stop in a text file and my function [Test]
could read in the document. But is there a more direct way?