public void ToStringTest() { var pt = new PathTable(); Assert.Throws <NotImplementedException>(() => { FileArtifact da1 = FileArtifact.CreateSourceFile(AbsolutePath.Create(pt, A("c"))); #pragma warning disable 618 da1.ToString(); #pragma warning restore 618 }); }