Ploeh.AutoFixture
和AutoFixture
之间有什么区别?我有一个我无法使用的项目
using AutoFixture;
但是,我必须使用
using Ploeh.AutoFixture
这两者之间有什么区别,哪些是利弊?
但是,我还找到了另一个nuget包,它只允许我添加using AutoFixture;
。什么是最好的选择?
我无法在stackoverflow中找到答案。任何答案都会丰富社区。 p>
提前谢谢。
答案 0 :(得分:1)
Ploeh.AutoFixture
的版本是旧版本。大约五个月前,Ploeh
@SpringBootApplication
@ComponentScan(basePackages = "com.brocade")
@DependsOn("springContextManager")
public class Application implements CommandLineRunner {
public static void main(String[] args) throws Exception {
new SpringApplication(Application.class).run(args);
}
}
前缀