Ensure JdkAopProxyTests
and CglibAopProxyTests
are actually run in the Gradle build
#33797
Labels
Milestone
Overview
The abstract
ProxyExceptionHandlingTests
class introduced in #32469 has a rather odd structure of inheritance and@Nested
test classes which results in the static nestedJdkAopProxyTests
andCglibAopProxyTests
classes not being run (or at least reported correctly) in our Gradle build.We should therefore rework those classes to ensure the tests are actually run.
Related issues
The text was updated successfully, but these errors were encountered: