在 Eclipse 中实现 TestFX
Implementing TestFX in the Eclipse
我想用 JavaFX 为我的项目编写测试,并且我读到我必须使用 TestFX,所以我想在我的 eclipse 中实现该库。但我仍然无法解决我的问题(看图片)。我一直在寻找解决方案,但没有成功。我已经导入了所有必要的 jar 文件以使用 TestFX...
你知道哪里可以是原因吗?
当我将鼠标移到 "red light bulb" 上时,有信息 "The type com.google.common.base.Predicate cannot be resolved. It is indirectly referenced from required .class files"
Eclipse Picture
您必须将 Guava library 的 Jar 添加到您的类路径中。
您 不必 使用 TestFX,它只是一个很好的第三方库。还有许多其他选项,例如 JUnit。
我想用 JavaFX 为我的项目编写测试,并且我读到我必须使用 TestFX,所以我想在我的 eclipse 中实现该库。但我仍然无法解决我的问题(看图片)。我一直在寻找解决方案,但没有成功。我已经导入了所有必要的 jar 文件以使用 TestFX... 你知道哪里可以是原因吗?
当我将鼠标移到 "red light bulb" 上时,有信息 "The type com.google.common.base.Predicate cannot be resolved. It is indirectly referenced from required .class files"
Eclipse Picture
您必须将 Guava library 的 Jar 添加到您的类路径中。
您 不必 使用 TestFX,它只是一个很好的第三方库。还有许多其他选项,例如 JUnit。