Package org.apache.any23.extractor.html
Class SpanCloserInputStreamTest
- java.lang.Object
-
- org.apache.any23.extractor.html.SpanCloserInputStreamTest
-
public class SpanCloserInputStreamTest extends Object
Test case forSpanCloserInputStream.- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description SpanCloserInputStreamTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCloserTransparency()voidtestMixedReplacement()voidtestNestedSpanReplacement()voidtestRealSpanReplacement()voidtestSpanNegativeReplacement()voidtestSpanPositiveReplacement()voidtestSubsequentSpanReplacement()
-
-
-
Method Detail
-
testSpanPositiveReplacement
public void testSpanPositiveReplacement() throws IOException- Throws:
IOException
-
testSpanNegativeReplacement
public void testSpanNegativeReplacement() throws IOException- Throws:
IOException
-
testSubsequentSpanReplacement
public void testSubsequentSpanReplacement() throws IOException- Throws:
IOException
-
testNestedSpanReplacement
public void testNestedSpanReplacement() throws IOException- Throws:
IOException
-
testMixedReplacement
public void testMixedReplacement() throws IOException- Throws:
IOException
-
testRealSpanReplacement
public void testRealSpanReplacement() throws IOException- Throws:
IOException
-
testCloserTransparency
public void testCloserTransparency() throws IOException- Throws:
IOException
-
-