Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/master
/
.
/
docs
/
bugpattern
/
UnnecessaryTestMethodPrefix.md
blob: 12a99b72ae59e3ab7062e5d79636a3306bdd59c2 [
file
] [
view
] [
edit
]
Prefixing
JUnit4
test methods
with
`test`
is
unnecessary
and
redundant given the
use
of the
`@Test`
annotation makes it clear that they
're tests.