Validate and test a NinjaScript indicator
<filename> [--validate|--logic]ninja/# Test NinjaScript Indicator Validate structure and test logic of a NinjaScript indicator. Arguments: $ARGUMENTS ## Test Modes ### --validate (Structure Validation) Check that the indicator follows NinjaScript best practices: - Proper namespace and class structure - All States handled correctly - Properties have correct attributes - Plots defined properly ### --logic (Logic Testing) Trace through the calculation logic: - Verify formulas are mathematically correct - Check edge cases are handled - Validate session logic - Confirm plot assignments ## Validation Checklist ### Structure - ...
`/project:test <COMPONENT_OR_FEATURE>`
Write tests for code using test-driven development principles
测试策略协调员,全面测试规划和实施
Execute tests, generate test reports, and maintain test coverage
Execute comprehensive test suite with detailed reporting and coverage analysis.