main function

void main()

Implementation

void main() {
  // final db = CouchdbTestContext();
  final db = InMemoryTestContext();
  foodbFullTestSuite.forEach((testCase) {
    testCase(db);
  });
}