I would suggest to make RETestCaseEnv interface.
And write only one implementation for JUnit, because we do not plan
support any other testing frameworks (at least for now).  If (when) we
decide support one more framework then we will extract common part to
super class (but for now it's not necessary).

With best regards, Oleg.

> Thanks for your good code review and for your good hints.

>> > How about a default implementation of the interface RETestCaseEnv? 

> - messages go to the console
> - counting of tests
> - counting of failures

> Maybe this is of general usage.
> For JUnit only the fail method need to be overrided (as i see so far).
> I think, that other testing frameworks could take use of this too.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to