Beispiel #1
0
        public void CreateTable_WithOnePrimaryKeyAttribute_ShouldCreateConstraint()
        {
            var schemaChecker = new SqliteSchemaChecker(DataStore);

            Assert.IsTrue(schemaChecker.IsPrimaryKeyExist("Book"));
        }