alsatian-fluent-assertions
Version:
Fluent assertions extension to Alsatian xUnit framework.
10 lines • 398 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./fluent-matcher-base"));
__export(require("./simple-matcher"));
__export(require("./properties-matcher"));
__export(require("./properties-matcher-with-helpers"));
//# sourceMappingURL=index.js.map