xiumeteo
Results
1
issues of
xiumeteo
I have this code: ``` java @UsingDataSet( "applications_populate.yml" ) @Cleanup( phase = TestExecutionPhase.NONE ) @Test() public void testpersistWithaApplyScriptBefore() throws Exception { App app = new App(); app.setAppName("prueba"); app.setDescription("prueba"); app.setCreatedAt(new Date());...