org.apache.hive.pdk
Class PluginTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hive.pdk.PluginTest
All Implemented Interfaces:
junit.framework.Test

public class PluginTest
extends junit.framework.TestCase

PluginTest is a test harness for invoking all of the unit tests annotated on the classes in a plugin.


Nested Class Summary
static class PluginTest.PluginGlobalSetup
           
static class PluginTest.PluginTestSetup
           
 
Method Summary
static void main(String[] args)
           
 void runTest()
           
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

runTest

public void runTest()
             throws Exception
Overrides:
runTest in class junit.framework.TestCase
Throws:
Exception

suite

public static junit.framework.Test suite()
                                  throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013 The Apache Software Foundation