| org.jgroups.tests.CustomProtocolTest
CustomProtocolTest | public class CustomProtocolTest extends TestCase (Code) | | Tests custom protocol.
Author: Lenny Phan
Version: $Id: CustomProtocolTest.java,v 1.1 2005/10/20 04:00:01 belaban Exp $
|
Inner Class :public static class MyProtocol extends Protocol | |
Method Summary | |
public static void | main(String args) A main() to allow running this test case by itself. | public static TestSuite | suite() Compose a suite of test cases. | public void | testMyProtocol() |
CustomProtocolTest | public CustomProtocolTest(String testName) throws Exception(Code) | | Constructor. Normally called by JUnit framework.
Parameters: testName - The test name. throws: Exception - |
main | public static void main(String args)(Code) | | A main() to allow running this test case by itself.
Parameters: args - The command-line arguments. |
suite | public static TestSuite suite()(Code) | | Compose a suite of test cases.
The suite. |
|
|