目录1、导入依赖2、组件定义3、配置yml、XML4、执行调用5、测试结果总结规则引擎,定义业务执行逻辑,把公共组件抽出来进行封装。
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?