Package com._1c.g5.v8.dt.xml
Class XmlStreamLastLineTest
- java.lang.Object
-
- com._1c.g5.v8.dt.xml.XmlStreamLastLineTest
-
public class XmlStreamLastLineTest extends Object
Tests forcom._1c.g5.v8.dt.xml.XmlStreamUtils.createEmptyLastLineOutputStream(OutputStream)
-
-
Constructor Summary
Constructors Constructor Description XmlStreamLastLineTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testEmpty()
void
testLastLineEmpty()
void
testLastLineNotEmpty()
-
-
-
Method Detail
-
testEmpty
public void testEmpty() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
testLastLineEmpty
public void testLastLineEmpty() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
testLastLineNotEmpty
public void testLastLineNotEmpty() throws FileNotFoundException, IOException
- Throws:
FileNotFoundException
IOException
-
-