oghenez / mycila

Automatically exported from code.google.com/p/mycila
0 stars 0 forks source link

DbUnitPlugin #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
@DbUnit
DbUnitTester dbUnitTester; // not sure about this, but here we should
inject either a custom wrapper either a dbunit class which allows
manipulating dbunit internals and data

@BeforeClass
@DataSet(location = "...")
public void before {} // inserts data only once for all test methods

@Test
@DataSet(location = "...")
public void a_test_method {} // inserts data before a test

Original issue reported on code.google.com by mathieu....@gmail.com on 29 Mar 2009 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 29 Mar 2009 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 25 Apr 2009 at 3:41

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 9 May 2009 at 4:15

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 9 May 2009 at 5:37

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 15 Nov 2009 at 11:08

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 15 Nov 2009 at 11:09

GoogleCodeExporter commented 8 years ago

Original comment by mathieu....@gmail.com on 9 Oct 2011 at 9:29