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 Summary
Fields Modifier and Type Field Description String
templateName
-
Constructor Summary
Constructors Constructor Description ImmutableDcsSerializer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<String>
templateNames()
void
test()
Test for immutable after read-write dcs from plugin resourcestatic void
testDscResource()
Before start check test resources is exist
-
-
-
Field Detail
-
templateName
public String templateName
-
-
Method Detail
-
testDscResource
public static void testDscResource()
Before start check test resources is exist
-
test
public void test() throws IOException, XMLStreamException, ExportException
Test for immutable after read-write dcs from plugin resource- Throws:
ExportException
- if export processing errorsIOException
XMLStreamException
-
-