edu.rit.pj.test
Class Test24
java.lang.Object
edu.rit.pj.test.Test24
public class Test24
- extends Object
Class Test24 is a unit test main program for classes WorkerTeam, WorkerRegion, and WorkerIteration. A
worker iteration iterates over the strings given as command line arguments.
Each iteration prints the item (string) and the worker index processing that
item.
Usage: java [ -Dpj.np=Kp ] edu.rit.pj.test.Test24 strings
Kp = Number of parallel processes
strings = Strings to be iterated over
|
Method Summary |
static void |
main(String[] args)
Unit test main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Throwable
- Unit test main program.
- Throws:
Throwable
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.