TestCase
Declaration
TestCase :: struct #compiler {
func: *fn();
name: string;
}
Description
Type of test case record found during compilation.
Members
funcPointer to test case function.nameName of the test case.
Declared in: a.bl
TestCase :: struct #compiler {
func: *fn();
name: string;
}
Type of test case record found during compilation.
func Pointer to test case function.name Name of the test case. Declared in: a.bl