alsatian-test/alsatian

View on GitHub
packages/alsatian/core/_interfaces/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { INameable } from "./nameable.i";
export { ITestCase } from "./test-case.i";
export { ITestFixture } from "./test-fixture.i";
export { ITest } from "./test.i";
export { Constructor } from "./constructor";
export { ITester } from "./tester.i";
export { ISpyCall } from "./spy-call.i";
export { AnyFunction } from "./any-function";