Use other projects classpath for testing in eclipse -
Is there a way to configure an eclipse-java-project in a way that is similar to class-path- Another project uses the configuration.
This project will have exam-classes which should work in the same environment as compared to the 'original'.
Depend on your product project to your test project. Then in the Project Path Properties page of the product project, make sure that all the build path entries are exported. This will show them on the test project.
Comments
Post a Comment