Package nzilbb.labbcat.server.search
Class TestMatrix
- java.lang.Object
-
- nzilbb.labbcat.server.search.TestMatrix
-
public class TestMatrix extends Object
-
-
Constructor Summary
Constructors Constructor Description TestMatrix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fromJson()
Ensure that deserialization from JSON works.void
fromJsonString()
Ensure that deserialization from JSON-encoded String works.void
fromLegacyString()
Ensure that deserialization from a legacy plain-text String works.void
incompleteMatrices()
Ensure that Matrix still function when not all attributes are present.void
queries()
Ensure that (de)serialization of participant/transcript queries works.void
segmentContextQuery()
Ensure that word-internal multi segment (de)serialization works.void
target()
Ensure target identification works for normal and edge cases.void
toJson()
Ensure that serialization to JSON works.
-
-
-
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.
-
-