KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tc > simulator > distrunner > DistRunnerTest


1 /*
2  * All content copyright (c) 2003-2006 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
3  */

4 package com.tc.simulator.distrunner;
5
6 import junit.framework.TestCase;
7
8 public class DistRunnerTest extends TestCase {
9   
10   public void testBasic() {
11     //Collection
12
//DistRunner distRunner = new DistRunner(cli);
13

14     // if no args... default client
15
// else... at least 1 client
16
// 1st client run as master
17
}
18
19 }
20
Popular Tags