103104105106107108109110111112
* * @throws Exception */ public void testNoTestAddEnum() throws Exception {// NOPMD filePersistence.close(); final TestStoreNoG testStoreNoG = new TestStoreNoG(); testStoreNoG.setUp(); testStoreNoG.testEnumField(); testStoreNoG.tearDown(); }