mannodermaus / android-junit5

Testing with JUnit 5 for Android.
Apache License 2.0
872 stars 52 forks source link

Use legacy test name formatting for Test Orchestrator, too #342

Closed mannodermaus closed 4 months ago

mannodermaus commented 4 months ago

This removes the need to use the deprecated @UseTechnicalNames annotation, so let's get rid of that anyway. The tool now controls the legacy mode!

Finally, prevent people from using parallel test execution with the Orchestrator.

Partially resolves #337 (the rest should already be handled via #341)