cascading.lingual
Class LingualPlatformTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cascading.CascadingTestCase
              extended by cascading.PlatformTestCase
                  extended by cascading.lingual.LingualPlatformTestCase
All Implemented Interfaces:
Serializable, junit.framework.Test
Direct Known Subclasses:
JDBCPlatformTestCase

public class LingualPlatformTestCase
extends PlatformTestCase

See Also:
Serialized Form

Field Summary
static String DATA_PATH
           
static String[] EMPS_COLUMN_TYPES
           
static String[] EMPS_COLUMNS
           
static String SALES_DEPTS_TABLE
           
static String SALES_EMPS_TABLE
           
static String SALES_SALES_TABLE
           
static String SALES_SCHEMA
           
static String SALES_SCHEMA_NAME
           
static String SIMPLE_EMPLOYEE_TABLE
           
static String SIMPLE_SALES_FACT_TABLE
           
static String SIMPLE_SCHEMA
           
static String SIMPLE_SCHEMA_NAME
           
 
Fields inherited from class cascading.PlatformTestCase
name, ROOT_OUTPUT_PATH
 
Constructor Summary
LingualPlatformTestCase()
           
 
Method Summary
static void enableLogging(String log, String level)
           
 
Methods inherited from class cascading.PlatformTestCase
copyFromLocal, disableDebug, getOutputPath, getPathElements, getPlatform, getPlatformName, getProperties, getRootPath, getTestCaseName, getTestName, getTestRoot, installPlatform, setUp, tearDown
 
Methods inherited from class cascading.CascadingTestCase
asCollection, asCollection, asCollection, asCollection, asList, asList, asSet, asSet, getSinkAsList, getSourceAsList, invokeAggregator, invokeAggregator, invokeAggregator, invokeBuffer, invokeBuffer, invokeBuffer, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFunction, invokeFunction, invokeFunction, invokeFunction, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_PATH

public static final String DATA_PATH

SALES_SCHEMA_NAME

public static final String SALES_SCHEMA_NAME
See Also:
Constant Field Values

SALES_SCHEMA

public static final String SALES_SCHEMA

SALES_DEPTS_TABLE

public static final String SALES_DEPTS_TABLE

SALES_EMPS_TABLE

public static final String SALES_EMPS_TABLE

SALES_SALES_TABLE

public static final String SALES_SALES_TABLE

SIMPLE_SCHEMA_NAME

public static final String SIMPLE_SCHEMA_NAME
See Also:
Constant Field Values

SIMPLE_SCHEMA

public static final String SIMPLE_SCHEMA

SIMPLE_EMPLOYEE_TABLE

public static final String SIMPLE_EMPLOYEE_TABLE

SIMPLE_SALES_FACT_TABLE

public static final String SIMPLE_SALES_FACT_TABLE

EMPS_COLUMNS

public static final String[] EMPS_COLUMNS

EMPS_COLUMN_TYPES

public static final String[] EMPS_COLUMN_TYPES
Constructor Detail

LingualPlatformTestCase

public LingualPlatformTestCase()
Method Detail

enableLogging

public static void enableLogging(String log,
                                 String level)


Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.