Class BmStringSerializerTest

java.lang.Object
com._1c.g5.v8.bm.common.serialization.BmStringSerializerTest

public class BmStringSerializerTest extends Object
A set of tests for BmStringSerializer class.
  • Field Details

    • string

      public String string
  • Constructor Details

    • BmStringSerializerTest

      public BmStringSerializerTest()
  • Method Details

    • data

      public static Object[] data()
    • testSerializeDeserializeWithStreams

      public void testSerializeDeserializeWithStreams() throws Exception
      Throws:
      Exception
    • testSerializeDeserializeWithByteArrays

      public void testSerializeDeserializeWithByteArrays() throws IOException
      Throws:
      IOException
    • testSerializeDeserializeWithByteArraysAndExplicitlySpecifiedBounds

      public void testSerializeDeserializeWithByteArraysAndExplicitlySpecifiedBounds() throws IOException
      Throws:
      IOException
    • testSerialize2Deserialize2WithByteArrays

      public void testSerialize2Deserialize2WithByteArrays() throws IOException
      Throws:
      IOException
    • testSerialize2Deserialize2WithStreams

      public void testSerialize2Deserialize2WithStreams() throws Exception
      Throws:
      Exception