i'm trying to get the result of jUnit test with Eclipse in a separate file as txt file. What should i add in the java unit code?
I was trying with build.xml but i have the following error :
build.xml:100: java.lang.NoClassDefFoundError: org/apache/xml/serializer/ExtendedContentHandler
I tried to resolve this by adding Junit.jar but still i have the same error. So that's i want to try to get the result in a file.
Thank you