Package de.hybris.platform.impex.jalo
Class ValueLineSplitTypeCodeCellTest
- java.lang.Object
-
- de.hybris.platform.impex.jalo.ValueLineSplitTypeCodeCellTest
-
@UnitTest public class ValueLineSplitTypeCodeCellTest extends java.lang.Object
Test ValueLine's typeCode cell splitting.
-
-
Constructor Summary
Constructors Constructor Description ValueLineSplitTypeCodeCellTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testOnlyTypecode()
void
testTypeCodeNotUnrecoverableWithComment()
void
testTypeCodeNotUnrecoverableWithoutComment()
void
testTypeCodeUnrecoverableWithComment()
void
testTypeCodeUnrecoverableWithoutComment()
-
-
-
Method Detail
-
testOnlyTypecode
public void testOnlyTypecode()
-
testTypeCodeNotUnrecoverableWithoutComment
public void testTypeCodeNotUnrecoverableWithoutComment()
-
testTypeCodeNotUnrecoverableWithComment
public void testTypeCodeNotUnrecoverableWithComment()
-
testTypeCodeUnrecoverableWithoutComment
public void testTypeCodeUnrecoverableWithoutComment()
-
testTypeCodeUnrecoverableWithComment
public void testTypeCodeUnrecoverableWithComment()
-
-