예제 #1
0
        public void TestFileSynchronize()
        {
            var target = new PersistenceProofOfConcept <InMemoryDataStore>();

            target.Save();
        }
예제 #2
0
        public void TestFileCreate()
        {
            var target = new PersistenceProofOfConcept <InMemoryDataStore>();

            target.CreateFile();
        }