Class TestTextListInStream
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com._1c.g5.v8.dt.core.streams.impl.TestTextListInStream
- All Implemented Interfaces:
junit.framework.Test
public class TestTextListInStream
extends junit.framework.TestCase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprocessed real moxel file.voidprocessed real moxel file.voidvoidvoidtestSkip()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
Constructor Details
-
TestTextListInStream
public TestTextListInStream()
-
-
Method Details
-
testSimple
public void testSimple() -
testSimpleWithSpaces
public void testSimpleWithSpaces() -
testTwiceBrace
public void testTwiceBrace() -
testTwiceBraceWithSpace
public void testTwiceBraceWithSpace() -
testTwiceBraceWithInt
public void testTwiceBraceWithInt() -
testTwiceBraceWithIntTwice
public void testTwiceBraceWithIntTwice() -
testThreeBraceWithIntTwice
public void testThreeBraceWithIntTwice() -
testTwiceBraceWithBoolTwice
public void testTwiceBraceWithBoolTwice() -
testTwiceBraceWithLongFloat
public void testTwiceBraceWithLongFloat() -
testTwiceBraceWithUUIDDouble
public void testTwiceBraceWithUUIDDouble() -
testTwiceBraceWithDecimalChar
public void testTwiceBraceWithDecimalChar() -
testTwiceBraceWithCharsString
public void testTwiceBraceWithCharsString() -
testTwiceBraceWithBytes
public void testTwiceBraceWithBytes() -
testTwiceBraceWithFile
public void testTwiceBraceWithFile() -
testDifferentValue
public void testDifferentValue() -
testSkip
public void testSkip() -
testRealMxlFilewithPic
public void testRealMxlFilewithPic()processed real moxel file. You can find it file in the folder "resources" Test read data from this file. Then try create the same file with name "ownMy.mxl". Notice! that you should compare file by hand. Also you can load it into "Платформа", but you should add special bytes to begin of the file. This bytes you can find in file "byte.mxl" -
testRealMxlFile
public void testRealMxlFile()processed real moxel file. You can find it file in the folder "resources" Test read data from this file. Then try create the same file with name "moxel2.mxl". Notice! that you should compare file by hand. Also you can load it into "Платформа", but you should add special bytes to begin of the file. This bytes you can find in file "byte.mxl"
-