Closed snowdrop-bot closed 4 years ago
Description Currently you only get the test instance, but it would be nice to have more context, like TestClass, TestMethod.
This request is result of Zulip talk with @geoand https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/QuarkusTestExtension
Implementation ideas
public interface QuarkusTestBeforeEachCallback { void beforeEach(QuarkusCallbackContext context); } public class QuarkusCallbackContext { private Object testInstance; private Class<?> testClass; private Method testMethod; ... }
https://github.com/quarkusio/quarkus/issues/9812
$upstream:9812$
Description Currently you only get the test instance, but it would be nice to have more context, like TestClass, TestMethod.
This request is result of Zulip talk with @geoand https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/QuarkusTestExtension
Implementation ideas
https://github.com/quarkusio/quarkus/issues/9812
$upstream:9812$