public void BinPath() { string[] assemblies = new string[] { @"h:\app1\bin\debug\test1.dll", @"h:\app2\bin\debug\test2.dll", @"h:\app1\bin\debug\test3.dll" }; Assert.AreEqual(@"h:\app1\bin\debug;h:\app2\bin\debug", TestDomain.GetBinPath(assemblies)); }