Skip to content

Commit a8d97f2

Browse files
committed
Add unit tests to cover the methods of AnnotatedMethodDiscovery
Signed-off-by: leelance <[email protected]>
1 parent e50e66c commit a8d97f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/mcp-annotations-spring/src/test/java/org/springframework/ai/mcp/annotation/spring/scan/AbstractAnnotatedMethodBeanFactoryInitializationAotProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class AbstractAnnotatedMethodBeanFactoryInitializationAotProcessorTests {
4242

4343
@Test
44-
void processAheadOfTime() {
44+
void testProcessAheadOfTime() {
4545
// register bean(AnnotatedBean,PlainBean)
4646
DefaultListableBeanFactory beanFactory = new DefaultListableBeanFactory();
4747
beanFactory.registerBeanDefinition(AnnotatedBean.class.getName(), new RootBeanDefinition(AnnotatedBean.class));

0 commit comments

Comments
 (0)