alsatian-test/alsatian

View on GitHub
packages/alsatian/core/results/result-with-outcome.i.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { TestOutcome } from "./test-outcome";

export interface IResultWithOutcome {
    readonly outcome: TestOutcome;
}