目录背景需求1、导入依赖2、使用代码自定义导出2.1 定义pdf数据vo对象2.2 itextpdf相关代码3、测试结果总结背景需求
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?