public void Should_Resolve_AssemblyName() { var list = _dependencyList.AddAssemblyOf <DependencyList_With_RealFileSystem_Tests>().Build(); list.Should().HaveCount(1); var fullPath = list[0]; fullPath.Should().EndWith("SharpArch.XunitTests.dll"); File.Exists(fullPath).Should().BeTrue("file '{0}'cannot be found on disk", fullPath); }