Example #1
0
        public void CreateCollectionsTextFileTest()
        {
            ExportGoBible target            = new ExportGoBible();
            string        xx                = Common.GetApplicationPath();
            string        exportGoBiblePath = xx;

            target.CreateCollectionsTextFile(exportGoBiblePath, string.Empty);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }