TestCase
Test case for validating code exercises Used to define expected inputs and outputs for automated testing
Extends
Properties
description?
optional description: string;
Optional description of what this test validates
expectedOutput
expectedOutput: string;
Expected output for the test
id
id: string;
Unique identifier
Inherited from
input
input: string;
Input value for the test