Hello All,
I am stuck with a testing issue!
I have a class to perform unit testing for.The input to the methods in the class is string.This string is made by flattening one of my own XML.Now, to perform the tests,I want the aggregates of my XML to be configured for different inputs.
Is there any way in Junits framework to perform such type of testing?Or is there any other framework which can make my this happen?
Thanks in Advance,
Mansi