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