Skip to content

Commit

Permalink
Improve tycho-surefire's providerHint documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tivervac authored and laeubi committed Jun 28, 2023
1 parent 718e96d commit 7b8dc44
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@ public abstract class AbstractEclipseTestMojo extends AbstractTestMojo {
protected DependencyResolver dependencyResolver;

/**
* Normally tycho will automatically determine the test framework provider based on the test
* project's classpath. Use this to force using a test framework provider implementation with
* the given role hint. Tycho comes with providers
* "junit3","junit4","junit47","junit5". Note that when
* specifying a providerHint, you have to make sure the provider is actually available in the
* dependencies of tycho-surefire-plugin.
* Normally, Tycho will automatically determine the test framework provider based on the test
* project's classpath. This options forces the use of a test framework provider implementation
* with the given role hint. Tycho comes with providers such as
* "junit3","junit4","junit47","junit5", or
* "junit59". Note that when specifying a providerHint, you have to make sure the
* provider is actually available in the dependencies of tycho-surefire-plugin.
*
* @since 0.16.0
*/
Expand Down

0 comments on commit 7b8dc44

Please sign in to comment.