Package com._1c.g5.v8.dt.dcs
Class ImmutableDcsSerializer
- java.lang.Object
- 
- com._1c.g5.v8.dt.dcs.ImmutableDcsSerializer
 
- 
 public class ImmutableDcsSerializer extends Object Test for immutable DCS after read-write from XML
- 
- 
Field SummaryFields Modifier and Type Field Description StringtemplateName
 - 
Constructor SummaryConstructors Constructor Description ImmutableDcsSerializer()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<String>templateNames()voidtest()Test for immutable after read-write dcs from plugin resourcestatic voidtestDscResource()Before start check test resources is exist
 
- 
- 
- 
Field Detail- 
templateNamepublic String templateName 
 
- 
 - 
Method Detail- 
testDscResourcepublic static void testDscResource() Before start check test resources is exist
 - 
testpublic void test() throws IOException, XMLStreamException, ExportExceptionTest for immutable after read-write dcs from plugin resource- Throws:
- ExportException- if export processing errors
- IOException
- XMLStreamException
 
 
- 
 
-