Browse Source

Rename test class to adhere to conventions

pull/27953/head
Sam Brannen 4 years ago
parent
commit
25aa295c2c
  1. 2
      spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleAttributeTests.java

2
spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleTests.java → spring-tx/src/test/java/org/springframework/transaction/interceptor/RollbackRuleAttributeTests.java

@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException @@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
* @author Sam Brannen
* @since 09.04.2003
*/
class RollbackRuleTests {
class RollbackRuleAttributeTests {
@Test
void constructorArgumentMustBeThrowableClassWithNonThrowableType() {
Loading…
Cancel
Save