org.apache.accumulo.start
Class TestMain
java.lang.Object
org.apache.accumulo.start.TestMain
public class TestMain
- extends Object
This program tests that the proper exit code is propagated to the shell.
$ ./bin/accumulo org.apache.accumulo.start.TestMain
$ ./bin/accumulo org.apache.accumulo.start.TestMain badExit
$ ./bin/accumulo org.apache.accumulo.start.TestMain throw
The last case tests the proper logging of an exception.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMain
public TestMain()
main
public static void main(String[] args)
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.