Set up method.
()
| 32 | * Set up method. |
| 33 | */ |
| 34 | @BeforeEach public void setUp() { |
| 35 | execute(new CreateDB(NAME, DBFILE)); |
| 36 | tbl = context.data().meta.dbFile(DataText.DATATBL); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Drops the JUnitTest database. |
no test coverage detected