Maven surefire插件的additioanlClassPathElement不起作用

时间:2020-03-25 03:24:50

标签: maven maven-surefire-plugin

我的一个单元测试需要在运行时通过Product动态加载类,我已经为_Customers = await _context.Customers.SelectMany(c => c.orders.SelectMany(o => o.Products .Where(p => DiscountItems.Contains(p, new ItemComparer())))) .ToListAsync(); 插件配置了Class.forName(full_qualified_class_name)配置,但是我仍然观察到additionalClasspathElement。 / p>

我也尝试了surefireClassNotFoundException,但是它们都没有帮助。

关于如何解决此类问题是否有任何建议?

谢谢。

0 个答案:

没有答案