Skip to content

Commit

Permalink
Improve Javadoc for TestEngine#getId()
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 8, 2023
1 parent 1301818 commit 2898164
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public interface TestEngine {
* and JUnit Jupiter use {@code "junit-vintage"} and {@code "junit-jupiter"},
* respectively. When in doubt, you may use the fully qualified name of your
* custom {@code TestEngine} implementation class.
*
* @return the ID of this test engine; never {@code null} or blank
*/
String getId();

Expand Down

0 comments on commit 2898164

Please sign in to comment.