我正在尝试用SpringBootTest运行我的空手道测试,但我得到了以下错误: org.junit.platform.launcher.core.DefaultLauncher handleThrowableorg.junit.platform.commons.util.PreconditionViolationException: Could not load class with name: com.user.EmployeeKarateTest 空手道测试
问题是,我现在被困在尝试创建框架包到,然后在另一个项目中使用。该项目构建时没有问题,所有测试都成功通过。当我去创建Archive (我假设这是必需的)时,我会收到以下错误:
// In this headerthe public headers of your framework using statements like #import <Sample/PublicHeader.h>
这很好