Remove DisableOnDebug (new in 4.12) as it is not supported on Android

Cherry-picking to mainline-prod for consistency with other branches.

It requires classes from the java.lang.management package which
is not supported on Android.

Bug: 129054170
Test: m
Change-Id: Id1e2d63892e25026f68f9a345d788e2e7497e737
Merged-In: Id1e2d63892e25026f68f9a345d788e2e7497e737
(cherry picked from commit 77cf67c410a013f5e33dc7b333a614f7e1b5ac66)
2 files changed
tree: 85662fba7ea2e2c6b662a72ad0ef3eec7bcc5da4
  1. src/
  2. .classpath
  3. .gitignore
  4. .project
  5. Android.bp
  6. build.gradle
  7. CleanSpec.mk
  8. epl-v10.html
  9. LICENSE-junit.txt
  10. METADATA
  11. MODULE_LICENSE_EPL
  12. NOTICE.txt
  13. OWNERS
  14. README.md
  15. README.version
  16. version
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

Latest Build Status

Built on DEV@cloud