Class TestMatrix


  • public class TestMatrix
    extends Object
    • Constructor Detail

      • TestMatrix

        public TestMatrix()
    • Method Detail

      • toJson

        public void toJson()
        Ensure that serialization to JSON works.
      • fromJson

        public void fromJson()
        Ensure that deserialization from JSON works.
      • segmentContextQuery

        public void segmentContextQuery()
        Ensure that word-internal multi segment (de)serialization works.
      • fromJsonString

        public void fromJsonString()
        Ensure that deserialization from JSON-encoded String works.
      • queries

        public void queries()
        Ensure that (de)serialization of participant/transcript queries works.
      • fromLegacyString

        public void fromLegacyString()
        Ensure that deserialization from a legacy plain-text String works.

        Only a subset of original functionality has been migrated. In particular, border conditions and anchoring aren't deserialized.

      • incompleteMatrices

        public void incompleteMatrices()
        Ensure that Matrix still function when not all attributes are present.
      • target

        public void target()
        Ensure target identification works for normal and edge cases.