public void TestToString() { using (AssemblyRunner runner = new AssemblyRunner(Exe)) Assert.AreEqual(Exe, runner.ToString()); }