コード例 #1
0
        public void TestFixtureSetUp()
        {
            EnsureEmptyTestStore();

            SetupPageStoreFile("NotAPage.txt");
            SetupPageStoreFile("Page1.md");

            this.fileSystemPageStore = new FileSystemPageStore(TestStoreName);
            this.files = this.fileSystemPageStore.ListPages();
        }
コード例 #2
0
        public void SetUp()
        {
            EnsureEmptyTestStore();

            this.fileSystemPageStore = new FileSystemPageStore(TestStoreName);
        }