org.apache.hive.pdk
Annotation Type HivePdkUnitTests


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface HivePdkUnitTests


Required Element Summary
 HivePdkUnitTest[] cases
          Hive plugin unit tests in this suite.
 
Optional Element Summary
 String cleanup
          Hive commands (semicolon-separated) to run as suite cleanup.
 String setup
          Hive commands (semicolon-separated) to run as suite setup.
 

Element Detail

cases

public abstract HivePdkUnitTest[] cases
Hive plugin unit tests in this suite.

cleanup

public abstract String cleanup
Hive commands (semicolon-separated) to run as suite cleanup.

Default:
""

setup

public abstract String setup
Hive commands (semicolon-separated) to run as suite setup.

Default:
""


Copyright © 2013 The Apache Software Foundation