Class TestEndCommentOnlyPartitioner
- java.lang.Object
-
- org.eclipse.epsilon.egl.merge.partition.TestCommentBlockPartitioner
-
- org.eclipse.epsilon.egl.merge.partition.TestEndCommentOnlyPartitioner
-
public class TestEndCommentOnlyPartitioner extends TestCommentBlockPartitioner
-
-
Constructor Summary
Constructors Constructor Description TestEndCommentOnlyPartitioner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEmptyOutputToString()voidtestOutputToString()voidtestPartitionComplex()voidtestPartitionProtectedRegionThenRegion()voidtestPartitionRegionThenProtectedRegion()voidtestPartitionSingleProtectedRegion()voidtestPartitionSingleProtectedRegionEmpty()voidtestPartitionSingleProtectedRegionOff()voidtestPartitionSingleProtectedRegionWhiteSpace()voidtestPartitionSingleRegion()voidtestPartitionTwoProtectedRegions()-
Methods inherited from class org.eclipse.epsilon.egl.merge.partition.TestCommentBlockPartitioner
testPartitionSingleProtectedRegionWithComplexId
-
-
-
-
Method Detail
-
testOutputToString
public void testOutputToString()
- Overrides:
testOutputToStringin classTestCommentBlockPartitioner
-
testEmptyOutputToString
public void testEmptyOutputToString()
- Overrides:
testEmptyOutputToStringin classTestCommentBlockPartitioner
-
testPartitionSingleRegion
public void testPartitionSingleRegion()
- Overrides:
testPartitionSingleRegionin classTestCommentBlockPartitioner
-
testPartitionSingleProtectedRegion
public void testPartitionSingleProtectedRegion()
- Overrides:
testPartitionSingleProtectedRegionin classTestCommentBlockPartitioner
-
testPartitionSingleProtectedRegionOff
public void testPartitionSingleProtectedRegionOff()
- Overrides:
testPartitionSingleProtectedRegionOffin classTestCommentBlockPartitioner
-
testPartitionSingleProtectedRegionEmpty
public void testPartitionSingleProtectedRegionEmpty()
- Overrides:
testPartitionSingleProtectedRegionEmptyin classTestCommentBlockPartitioner
-
testPartitionSingleProtectedRegionWhiteSpace
public void testPartitionSingleProtectedRegionWhiteSpace()
- Overrides:
testPartitionSingleProtectedRegionWhiteSpacein classTestCommentBlockPartitioner
-
testPartitionRegionThenProtectedRegion
public void testPartitionRegionThenProtectedRegion()
- Overrides:
testPartitionRegionThenProtectedRegionin classTestCommentBlockPartitioner
-
testPartitionProtectedRegionThenRegion
public void testPartitionProtectedRegionThenRegion()
- Overrides:
testPartitionProtectedRegionThenRegionin classTestCommentBlockPartitioner
-
testPartitionTwoProtectedRegions
public void testPartitionTwoProtectedRegions()
- Overrides:
testPartitionTwoProtectedRegionsin classTestCommentBlockPartitioner
-
testPartitionComplex
public void testPartitionComplex()
- Overrides:
testPartitionComplexin classTestCommentBlockPartitioner
-
-