org.apache.accumulo.start
Class TestMain

java.lang.Object
  extended by 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.


Constructor Summary
TestMain()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMain

public TestMain()
Method Detail

main

public static void main(String[] args)


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.