Type literal union of all possible test write function kind strings.
Provides a compile-time enumeration of all function kinds that can occur
during test generation. This type is extracted from the discriminant union
property of the AutoBeTestWriteFunction type and is useful for type guards,
switch statements, and function filtering logic.
Type literal union of all possible test write function kind strings.
Provides a compile-time enumeration of all function kinds that can occur during test generation. This type is extracted from the discriminant union property of the AutoBeTestWriteFunction type and is useful for type guards, switch statements, and function filtering logic.