コード例 #1
0
        public MigratorTests()
        {
            store = new DocumentStore();
            store.RunInMemory = true;
            store.Initialize();

            migrator = new Migrator();
        }