Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Override TestCase toString
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Oct 31, 2020
1 parent cbe7467 commit c27cc90
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -200,6 +200,7 @@ public String toString(boolean asLocalResource)
}

// Start of user code toString_finalize
result = String.format("%s (TestCase; id=%s)", this.getTitle(), this.getIdentifier());
// End of user code

return result;
Expand Down

0 comments on commit c27cc90

Please sign in to comment.