org.apache.accumulo.server.test.functional
Class PermissionsTest.SystemPermissionsTest

java.lang.Object
  extended by org.apache.accumulo.server.test.functional.FunctionalTest
      extended by org.apache.accumulo.server.test.functional.PermissionsTest.SystemPermissionsTest
Enclosing class:
PermissionsTest

public static class PermissionsTest.SystemPermissionsTest
extends FunctionalTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.server.test.functional.FunctionalTest
FunctionalTest.TableSetup
 
Constructor Summary
PermissionsTest.SystemPermissionsTest()
           
 
Method Summary
 void cleanup()
           
 Map<String,String> getInitialConfig()
           
 List<FunctionalTest.TableSetup> getTablesToCreate()
           
 void run()
           
 
Methods inherited from class org.apache.accumulo.server.test.functional.FunctionalTest
bulkImport, checkMapFiles, checkSplits, getConnector, getCredentials, getInstance, getMaster, getPassword, getUsername, main, parseConfig, setInstanceName, setMaster, setPassword, setup, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionsTest.SystemPermissionsTest

public PermissionsTest.SystemPermissionsTest()
Method Detail

cleanup

public void cleanup()
             throws Exception
Specified by:
cleanup in class FunctionalTest
Throws:
Exception

getInitialConfig

public Map<String,String> getInitialConfig()
Specified by:
getInitialConfig in class FunctionalTest

getTablesToCreate

public List<FunctionalTest.TableSetup> getTablesToCreate()
Specified by:
getTablesToCreate in class FunctionalTest

run

public void run()
         throws AccumuloException,
                AccumuloSecurityException,
                TableNotFoundException,
                TableExistsException
Specified by:
run in class FunctionalTest
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
TableExistsException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.