Hi,
>
> I have a question regarding testingUsing Junit ,I have to test the methods of a class in groups.
>
> For example,
> I have a class P and it has three methods, method int f(string) and the
> method float g(int) and the method string h(float), so I have another class testP which has to test the combinations h(g(f("first value from a file"))), h(g(f(h(g(f" first value from a file"))))))
> and so on.I can use some constraints for composition of functions but do not know how exactly to use them.
>
> My testP class should test as many combinations of methods as possible by
> composing them automatically.
>
> Please need help in this urgently.
>
> Thanks!
>
sadz123 0 Newbie Poster
~s.o.s~ 2,560 Failure as a human Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.