奈学P7-业务架构师
public class PrepareMemoryDatabaseExtension implements BeforeEachCallback, AfterEachCallback {
@Override
public void afterEach(ExtensionContext extensionContext) throws Exception {
System.out.println("After!");
}
@Override
public void beforeEach(ExtensionContext extensionContext) throws Exception {