예제 #1
0
 public void Should_ensure_schema_version_table_existence()
 {
     _versionRepository.EnsureSchemaVersionTable(AllMigrations);
     Assert.IsTrue(_client.TableExists(VersionRepository.VERSION_TABLE_NAME));
 }