目录核心武器:@Conditional 注解Spring Boot 提供的常用条件注解1. @ConditionalOnProperty (最常用)2. @ConditionalOnBean 和 @ConditionalOnMissingBean3. @ConditionalOnClass 和 @ConditionalOnMissingClass4.
I understand that there are @Before and @BeforeClass, which are used to define fixtures for the @Test\'s. But what should I use if I need different fixtures for each @Test?