org.pentaho.di.trans.steps.mapping
Class RunMapping

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.pentaho.di.trans.steps.mapping.RunMapping
All Implemented Interfaces:
junit.framework.Test

public class RunMapping
extends junit.framework.TestCase


Constructor Summary
RunMapping()
           
 
Method Summary
static DatabaseMeta getTargetDatabase()
           
 void test_MAPPING_INPUT_ONLY()
           
 void test_MAPPING_MULTI_OUTPUT()
           
 void test_MAPPING_OUTPUT_ONLY()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunMapping

public RunMapping()
Method Detail

getTargetDatabase

public static DatabaseMeta getTargetDatabase()
                                      throws KettleXMLException
Throws:
KettleXMLException

test_MAPPING_INPUT_ONLY

public void test_MAPPING_INPUT_ONLY()
                             throws Exception
Throws:
Exception

test_MAPPING_OUTPUT_ONLY

public void test_MAPPING_OUTPUT_ONLY()
                              throws Exception
Throws:
Exception

test_MAPPING_MULTI_OUTPUT

public void test_MAPPING_MULTI_OUTPUT()
                               throws Exception
Throws:
Exception