quick-perf / quickperf

QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
https://github.com/quick-perf/doc/wiki/QuickPerf
Apache License 2.0
488 stars 65 forks source link

Support JVM annotations for dynamic tests #115

Open loicmathieu opened 4 years ago

loicmathieu commented 4 years ago

Describe the bug Today, due to a limitation on JUnit 5 dynamic test interceptor support, we cannot implement the support of dynamic tests for JVM annotations.

This should be fixed on JUnit 5.8, see https://github.com/junit-team/junit5/pull/2445

loicmathieu commented 4 years ago

@jeanbisutti this is a remainder issue to provides support for it when my PR on JUnit 5 that make this possible would be merged. Please assign it to me.

jeanbisutti commented 4 years ago

Thank you @loicmathieu