Ancestry.Daisy.Tests.Documentor.Component.DocumentorTests.ItDocuments C# (CSharp) Method

ItDocuments() private method

private ItDocuments ( ) : void
return void
        public void ItDocuments()
        {
            var assembly = typeof(AccountController).Assembly;
            var docPath = @"Ancestry.Daisy.Tests.XML";//Path.Combine(assembly.CodeBase,"..",@"\Ancestry.Daisy.Tests.XML");
            DaisyDocumentor.Document(assembly, docPath);
        }
DocumentorTests