1 25 package org.objectweb.easybeans.tests.common.interfaces; 26 27 33 public interface ItfTestPCtxLifeCM00 { 34 35 39 void startUp() throws Exception ; 40 41 46 void test00() throws Exception ; 47 48 53 void test01() throws Exception ; 54 55 60 void test02() throws Exception ; 61 62 67 void test03() throws Exception ; 68 69 74 void test04() throws Exception ; 75 76 80 void tearDown() throws Exception ; 81 82 } 83 | Popular Tags |