TestReport
Aggregates test results and generates formatted reports.
Collects SkillTestResult objects from the test run and provides:
- generateSummary - Concise pass/fail summary for in-game display
- generateDetailedReport - Verbose report with per-skill details
- exportToText - Plain text export for file logging
See also
- The main test orchestrator that populates this report
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public int failedTests
Link copied to clipboard
Link copied to clipboard
public int passedTests
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public int skippedTests
Link copied to clipboard
public int totalTests
Functions
Link copied to clipboard
Link copied to clipboard
Adds a skipped skill result.
Link copied to clipboard
Exports the report to a file-friendly format.
Link copied to clipboard
Generates a written book summarizing the test results.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the last stored test report for a player.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard