mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
Polish
This commit is contained in:
+3
-2
@@ -38,12 +38,13 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.assertj.core.api.Assertions.assertThatIllegalStateException;
|
||||
|
||||
/**
|
||||
* Tests for AOT constructor and factory method resolution.
|
||||
* Tests for {@link ConstructorResolver} focused on AOT constructor and factory
|
||||
* method resolution.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
class ConstructorAndFactoryMethodResolutionTests {
|
||||
class ConstructorResolverAotTests {
|
||||
|
||||
@Test
|
||||
void detectBeanInstanceExecutableWithBeanClassAndFactoryMethodName() {
|
||||
Reference in New Issue
Block a user