Eclipse 2.0 has JUnit 3.7 built-in. XMLUnit is an extension of JUnit. I would like to have them both in the same IDE. Does anyone know how could I add XMLUnit to Eclipse2.0 ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The test runner gui in Eclipse is provided by JUnit. XMLUnit just provides functional extensions for XML-specific assertions, so as long as the XMLUnit.jar file is referenced in your project then the IDE will allow you to run tests that make use of the XMLUnit extensions.
Rgds,
Tim (a happy Eclipse user)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Eclipse 2.0 has JUnit 3.7 built-in. XMLUnit is an extension of JUnit. I would like to have them both in the same IDE. Does anyone know how could I add XMLUnit to Eclipse2.0 ?
Don't really know that much about eclipse. But when I've used is I've just included xmlunt.jar in the project library path.
The test runner gui in Eclipse is provided by JUnit. XMLUnit just provides functional extensions for XML-specific assertions, so as long as the XMLUnit.jar file is referenced in your project then the IDE will allow you to run tests that make use of the XMLUnit extensions.
Rgds,
Tim (a happy Eclipse user)