1 25 package org.objectweb.easybeans.tests.common.ejbs.base; 26 27 import org.testng.annotations.Test; 28 29 35 public interface ItfLocalInheritanceTester00 { 36 37 41 void startUp() throws Exception ; 42 43 50 @SuppressWarnings ("unchecked") 51 @Test(groups = {"withInheritance"}) 52 void test00(); 53 54 61 @SuppressWarnings ("unchecked") 62 @Test(groups = {"withInheritance"}) 63 void test01(); 64 65 } 66 | Popular Tags |