spring-cloud / spring-cloud-app-broker

Spring Cloud project for implementing service brokers that conform to the Open Server Broker API specification
http://projects.spring.io/spring-cloud/
Apache License 2.0
25 stars 39 forks source link

Removing PMD rule #1042

Closed Albertoimpl closed 3 months ago

Albertoimpl commented 3 months ago

TestClassWithoutTestCases matches any test class that has Test on the name and expects to have a test on it. We have a naming convention where we use the name Test for some test resources that don't need tests.

BeanMembersShouldSerialize was removed.