Documentation
¶
Overview ¶
Package testing provides test vector generation utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateTestVectorString ¶
GenerateTestVectorString creates a string representation for comparison.
func ValidateTokenization ¶
ValidateTokenization checks if tokenization is valid.
Types ¶
type TestCase ¶
type TestCase struct { Input string Description string Category string // "edge", "unicode", "whitespace", "contraction", etc. }
TestCase represents a test case with metadata.
func GenerateTestCases ¶
func GenerateTestCases() []TestCase
GenerateTestCases creates comprehensive test cases.
Click to show internal directories.
Click to hide internal directories.