~ubuntu-branches/ubuntu/raring/libjboss-remoting-java/raring

« back to all changes in this revision

Viewing changes to tests/org/jboss/test/remoting/configuration/client/remote/ClientPingCountTestCase.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-09 14:01:03 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110909140103-o8ucrolqt5g25k57
Tags: upstream-2.5.3.SP1
ImportĀ upstreamĀ versionĀ 2.5.3.SP1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * JBoss, Home of Professional Open Source
3
 
 *
4
 
 * Distributable under LGPL license.
5
 
 * See terms of license at gnu.org.
6
 
 */
7
 
package org.jboss.test.remoting.configuration.client.remote;
8
 
 
9
 
import org.jboss.jrunit.harness.TestDriver;
10
 
 
11
 
/**
12
 
 * @author <a href="mailto:ovidiu@jboss.org">Ovidiu Feodorov</a>
13
 
 * @version <tt>$Revision: 1941 $</tt>
14
 
 * $Id: ClientPingCountTestCase.java 1941 2007-01-21 01:24:52Z ovidiu $
15
 
 */
16
 
public class ClientPingCountTestCase extends TestDriver
17
 
{
18
 
   // Constants ------------------------------------------------------------------------------------
19
 
 
20
 
   // Static ---------------------------------------------------------------------------------------
21
 
 
22
 
   // Attributes -----------------------------------------------------------------------------------
23
 
 
24
 
   // Constructors ---------------------------------------------------------------------------------
25
 
 
26
 
   // TestDriver overrides -------------------------------------------------------------------------
27
 
 
28
 
   public void declareTestClasses()
29
 
   {
30
 
      addTestClasses(ClientPingCountTestClient.class.getName(), 1,
31
 
                     ClientPingCountTestServer.class.getName());
32
 
   }
33
 
 
34
 
   // Public ---------------------------------------------------------------------------------------
35
 
 
36
 
   // Package protected ----------------------------------------------------------------------------
37
 
 
38
 
   // Protected ------------------------------------------------------------------------------------
39
 
 
40
 
   // Private --------------------------------------------------------------------------------------
41
 
 
42
 
   // Inner classes --------------------------------------------------------------------------------
43
 
}