TeStereo report

@Test public void testJoePublisherBusinessEntity() throws Exception { Assume.assumeTrue(TckPublisher.isEnabled()); try { tckTModelJoe.saveJoePublisherTmodel(authInfoJoe); tckBusinessJoe.saveJoePublisherBusiness(authInfoJoe); tckFindEntityJoe.findAllBusiness(); tckBusinessJoe.deleteJoePublisherBusiness(authInfoJoe); } finally { tckTModelJoe.deleteJoePublisherTmodel(authInfoJoe); } }