Skip to content

TestCase

Declaration

TestCase :: struct #compiler {
    func: *fn();
    name: string;
}

Description

Type of test case record found during compilation.

Members

  • func Pointer to test case function.
  • name Name of the test case.

Declared in: a.bl