This commit is contained in:
Stephane Nicoll 2022-10-06 13:33:58 +02:00
parent 2a1807895e
commit 0d5c78d992
1 changed files with 3 additions and 2 deletions

View File

@ -38,12 +38,13 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalStateException; 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 Stephane Nicoll
* @author Phillip Webb * @author Phillip Webb
*/ */
class ConstructorAndFactoryMethodResolutionTests { class ConstructorResolverAotTests {
@Test @Test
void detectBeanInstanceExecutableWithBeanClassAndFactoryMethodName() { void detectBeanInstanceExecutableWithBeanClassAndFactoryMethodName() {