hwellmann / jeeunit

Automatically exported from code.google.com/p/jeeunit
Other
0 stars 1 forks source link

Adding an extension point for other framework: eg DBUnit #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I suggest you add another service to be able to integrate new functionality.

 Attached, I attached my patch for the integration of a module DBUnit.

Original issue reported on code.google.com by sebg...@gmail.com on 20 Aug 2011 at 10:07

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for suggesting this. I think I do get the general idea, but I'm not so 
sure about the implementation.

I'd rather try to realize this in terms of a JUnit Rule, or maybe old-school 
Before and After methods.

Do you require class or method level extensions? Should these methods run 
outside or inside the embedded container?

Original comment by hwellman...@gmail.com on 27 Aug 2011 at 5:51

GoogleCodeExporter commented 9 years ago
I use this inside the embedded container and for all method on class.

Original comment by sebg...@gmail.com on 29 Aug 2011 at 7:22