From 7b8dc4461f7b8820d7d2dd2c14cdb1dac9ea39e3 Mon Sep 17 00:00:00 2001 From: Titouan Vervack Date: Wed, 28 Jun 2023 10:57:54 +0200 Subject: [PATCH] Improve tycho-surefire's providerHint documentation --- .../tycho/surefire/AbstractEclipseTestMojo.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractEclipseTestMojo.java b/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractEclipseTestMojo.java index 7e30aabfa0..f066418d79 100644 --- a/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractEclipseTestMojo.java +++ b/tycho-surefire/tycho-surefire-plugin/src/main/java/org/eclipse/tycho/surefire/AbstractEclipseTestMojo.java @@ -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 */