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

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

public class MappingTest
extends junit.framework.TestCase


Constructor Summary
MappingTest()
           
 
Method Summary
 void testInfoStreams_single()
          Tests that info steps are correctly identified via StepMetaInterface.getStepIOMeta()
 void testInfoStreams_with_main_data_path()
          Tests that an input step that is a main data path is not flagged as an info stream
 
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

MappingTest

public MappingTest()
Method Detail

testInfoStreams_single

public void testInfoStreams_single()
                            throws Exception
Tests that info steps are correctly identified via StepMetaInterface.getStepIOMeta()

Throws:
Exception

testInfoStreams_with_main_data_path

public void testInfoStreams_with_main_data_path()
                                         throws Exception
Tests that an input step that is a main data path is not flagged as an info stream

Throws:
Exception