backtype.storm.testing

Interface TestJob

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void run(ILocalCluster cluster)
      run the testing logic with the cluster.
    • Method Detail

      • run

        void run(ILocalCluster cluster)
                 throws Exception
        run the testing logic with the cluster.
        Parameters:
        cluster - the cluster which created by Testing.withSimulatedTimeLocalCluster and Testing.withTrackedCluster.
        Throws:
        Exception

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