toTable

Report test cases that completly overlap each other.

  1. void toTable(TestCaseOverlapStat st, TableT tbl)
    template toTable(Flag!"colWithMutants" colMutants)
    @safe
    void
    toTable
  2. void toTable(TestCaseStat st, long take_, ReportKillSortOrder sort_order, Table!3 tbl)
  3. void toTable(TestCaseDeadStat st, Table!2 tbl)

Members

Aliases

RowT
alias RowT = TableT.Row
Undocumented in source.
TableT
alias TableT = Table!2
Undocumented in source.
TableT
alias TableT = Table!3
Undocumented in source.

Functions

toTable
void toTable(TestCaseOverlapStat st, TableT tbl)
Undocumented in source. Be warned that the author may not have intended to support it.

Return Value

a string with statistics.

Meta