I do test in that way:
NUnit.ConsoleRunner.Runner.Main(new string[]
{
System.Reflection.Assembly.GetExecutingAssembly().Location,"OpenShop_Firefox.dll",
});
And i want to get all text from console to one string. What is the best way?