1 | declare const TEST_FIXTURE: "alsatian:test-fixture";
|
2 | declare const TESTS: "alsatian:tests";
|
3 | declare const FOCUS: "alsatian:focus";
|
4 | declare const IGNORE: "alsatian:ignore";
|
5 | declare const IGNORE_REASON: "alsatian:ignore-reason";
|
6 | declare const SETUP: "alsatian:setup";
|
7 | declare const SETUP_FIXTURE: "alsatian:setup-fixture";
|
8 | declare const TEARDOWN: "alsatian:teardown";
|
9 | declare const TEARDOWN_FIXTURE: "alsatian:teardown-fixture";
|
10 | declare const TEST_CASES: "alsatian:testcases";
|
11 | declare const TIMEOUT: "alsatian:timeout";
|
12 | export { TEST_FIXTURE, TESTS, FOCUS, IGNORE, IGNORE_REASON, SETUP, SETUP_FIXTURE, TEARDOWN, TEARDOWN_FIXTURE, TEST_CASES, TIMEOUT };
|