| |
|
| org.objectweb.jonas.examples.util.JExampleTestCase org.objectweb.jonas.examples.clients.eb.C_eb
C_eb | public class C_eb extends JExampleTestCase (Code) | | Define a class to test the eb example
Test the client of eb example (Check if the text is "ClientAccount terminated")
- test case of AccountImplHome
- test case of AccountExplHome
author: Florent Benoit |
C_eb | public C_eb(String s)(Code) | | Constructor with a specified name
Parameters: s - name |
main | public static void main(String[] args)(Code) | | Main method
Parameters: args - the arguments |
setUp | protected void setUp() throws Exception(Code) | | Setup need for these tests
eb is required
throws: Exception - if it fails |
suite | public static TestSuite suite()(Code) | | Get a new TestSuite for this class
a new TestSuite for this class |
tearDown | protected void tearDown() throws Exception(Code) | | Step to do at the end
unload eb
throws: Exception - if it fails |
testClientAccountExpl | public void testClientAccountExpl() throws Exception(Code) | | Try to launch the client of the example eb
with the case AccountExpl
throws: Exception - if an error occurs |
testClientAccountImpl | public void testClientAccountImpl() throws Exception(Code) | | Try to launch the client of the example eb
with the case AccountImpl
throws: Exception - if an error occurs |
testClientAccountImpl2 | public void testClientAccountImpl2() throws Exception(Code) | | Try to launch the client of the example eb
with the case AccountImpl2
throws: Exception - if an error occurs |
|
|
|