mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Address review comments
This commit is contained in:
committed by
Rick Ossendrijver
parent
72045152a4
commit
6cd9d8a9b8
@@ -21,7 +21,8 @@ import javax.lang.model.type.TypeKind;
|
||||
/**
|
||||
* A set of JUnit-specific helper methods and {@link Matcher Matchers}.
|
||||
*
|
||||
* <p>These are additions to the ones from {@link com.google.errorprone.matchers.JUnitMatchers}.
|
||||
* <p>These helper methods are additions to the ones from {@link
|
||||
* com.google.errorprone.matchers.JUnitMatchers}.
|
||||
*/
|
||||
public final class MoreJUnitMatchers {
|
||||
/** Matches JUnit Jupiter test methods. */
|
||||
|
||||
Reference in New Issue
Block a user