I have implemented a QuickFIX/J application (the J
stands for Java
). Now I consider how to set up fixed test cases.
I am a little bit familiar with JUnit
but I don't know if it's the right one for that issue, because QuickFIX/J
has callbacks (fromApp
-method of the Application
class for example).
Maybe there is someone out there who has had the same problem and found a nice solution for that issue. ;)