public void Test_GenPatriarchsGraphviz() { Assert.Throws(typeof(ArgumentNullException), () => { TreeTools.GenPatriarchsGraphviz(null, "", 0, false); }); string filename = TestUtils.GetTempFilePath("test.gvf"); TreeTools.GenPatriarchsGraphviz(fBaseWin, filename, 0, false); }