all files / core/ _results.ts

100% Statements 10/10
100% Branches 0/0
100% Functions 0/0
100% Lines 10/10
1 2 3 4 5 6 7 8 9 10 11 12 13 14        
import { TestSetResults } from "./results/test-set-results";
import { TestFixtureResults } from "./results/test-fixture-results";
import { TestResults } from "./results/test-results";
import { TestCaseResult } from "./results/test-case-result";
import { TestOutcome } from "./results/test-outcome";
 
export {
    TestSetResults,
    TestFixtureResults,
    TestResults,
    TestCaseResult,
    TestOutcome
};