claude-code-collective
Version:
Sub-agent collective framework for Claude Code with TDD validation, hub-spoke coordination, and automated handoffs
93 lines • 11.3 kB
text/xml
<testsuites name="jest tests" tests="41" failures="0" errors="0" time="9.328">
<testsuite name="Advanced Contract Validation" errors="0" failures="0" skipped="0" timestamp="2025-08-12T08:26:17" time="3.047" tests="7">
<testcase classname="Advanced Contract Validation Multi-Stage Contract Chains should validate chained contract dependencies" name="Advanced Contract Validation Multi-Stage Contract Chains should validate chained contract dependencies" time="0.099">
</testcase>
<testcase classname="Advanced Contract Validation Multi-Stage Contract Chains should handle contract chain failures with proper rollback" name="Advanced Contract Validation Multi-Stage Contract Chains should handle contract chain failures with proper rollback" time="0.007">
</testcase>
<testcase classname="Advanced Contract Validation Performance Contract Validation should validate performance requirements in contracts" name="Advanced Contract Validation Performance Contract Validation should validate performance requirements in contracts" time="0.005">
</testcase>
<testcase classname="Advanced Contract Validation Performance Contract Validation should handle performance contract violations" name="Advanced Contract Validation Performance Contract Validation should handle performance contract violations" time="0.006">
</testcase>
<testcase classname="Advanced Contract Validation Security Contract Validation should validate security requirements in handoff contracts" name="Advanced Contract Validation Security Contract Validation should validate security requirements in handoff contracts" time="0.006">
</testcase>
<testcase classname="Advanced Contract Validation Security Contract Validation should reject insecure handoff attempts" name="Advanced Contract Validation Security Contract Validation should reject insecure handoff attempts" time="0.005">
</testcase>
<testcase classname="Advanced Contract Validation Data Integrity Contract Validation should validate data transformation contracts" name="Advanced Contract Validation Data Integrity Contract Validation should validate data transformation contracts" time="0.005">
</testcase>
</testsuite>
<testsuite name="Contract Validation System" errors="0" failures="0" skipped="0" timestamp="2025-08-12T08:26:17" time="4.52" tests="9">
<testcase classname="Contract Validation System TestContractValidator Integration should parse TEST_CONTRACT from agent output" name="Contract Validation System TestContractValidator Integration should parse TEST_CONTRACT from agent output" time="0.086">
</testcase>
<testcase classname="Contract Validation System TestContractValidator Integration should validate contract structure" name="Contract Validation System TestContractValidator Integration should validate contract structure" time="0.005">
</testcase>
<testcase classname="Contract Validation System TestContractValidator Integration should reject malformed contracts" name="Contract Validation System TestContractValidator Integration should reject malformed contracts" time="0.005">
</testcase>
<testcase classname="Contract Validation System Precondition Execution should execute preconditions successfully" name="Contract Validation System Precondition Execution should execute preconditions successfully" time="0.005">
</testcase>
<testcase classname="Contract Validation System Precondition Execution should handle failing preconditions" name="Contract Validation System Precondition Execution should handle failing preconditions" time="0.005">
</testcase>
<testcase classname="Contract Validation System Handoff Validation Workflow should validate complete handoff workflow" name="Contract Validation System Handoff Validation Workflow should validate complete handoff workflow" time="0.013">
</testcase>
<testcase classname="Contract Validation System Handoff Validation Workflow should handle handoff validation failures" name="Contract Validation System Handoff Validation Workflow should handle handoff validation failures" time="0.007">
</testcase>
<testcase classname="Contract Validation System Rollback System should execute rollback on contract failure" name="Contract Validation System Rollback System should execute rollback on contract failure" time="0.006">
</testcase>
<testcase classname="Contract Validation System Statistics and Monitoring should have validation statistics methods" name="Contract Validation System Statistics and Monitoring should have validation statistics methods" time="0.005">
</testcase>
</testsuite>
<testsuite name="TDD Validation Agent" errors="0" failures="0" skipped="0" timestamp="2025-08-12T08:26:17" time="6.629" tests="9">
<testcase classname="TDD Validation Agent Agent Integration should have tdd-validation-agent specification file" name="TDD Validation Agent Agent Integration should have tdd-validation-agent specification file" time="0.086">
</testcase>
<testcase classname="TDD Validation Agent Agent Integration should validate TDD methodology compliance" name="TDD Validation Agent Agent Integration should validate TDD methodology compliance" time="0.007">
</testcase>
<testcase classname="TDD Validation Agent Agent Integration should reject incomplete TDD cycles" name="TDD Validation Agent Agent Integration should reject incomplete TDD cycles" time="0.005">
</testcase>
<testcase classname="TDD Validation Agent Quality Gate Validation should enforce test coverage requirements" name="TDD Validation Agent Quality Gate Validation should enforce test coverage requirements" time="0.006">
</testcase>
<testcase classname="TDD Validation Agent Quality Gate Validation should validate build success requirements" name="TDD Validation Agent Quality Gate Validation should validate build success requirements" time="0.004">
</testcase>
<testcase classname="TDD Validation Agent Agent Handoff Integration should validate handoff with TDD evidence" name="TDD Validation Agent Agent Handoff Integration should validate handoff with TDD evidence" time="0.005">
</testcase>
<testcase classname="TDD Validation Agent Agent Handoff Integration should block handoff without proper TDD evidence" name="TDD Validation Agent Agent Handoff Integration should block handoff without proper TDD evidence" time="0.005">
</testcase>
<testcase classname="TDD Validation Agent Task Validation Workflow should validate task completion with proper TDD cycle" name="TDD Validation Agent Task Validation Workflow should validate task completion with proper TDD cycle" time="0.005">
</testcase>
<testcase classname="TDD Validation Agent Task Validation Workflow should handle task validation failures with remediation" name="TDD Validation Agent Task Validation Workflow should handle task validation failures with remediation" time="0.005">
</testcase>
</testsuite>
<testsuite name="Agent Handoff Validation" errors="0" failures="0" skipped="0" timestamp="2025-08-12T08:26:18" time="7.374" tests="16">
<testcase classname="Agent Handoff Validation Hub-and-Spoke Routing should prevent direct agent-to-agent communication" name="Agent Handoff Validation Hub-and-Spoke Routing should prevent direct agent-to-agent communication" time="0.152">
</testcase>
<testcase classname="Agent Handoff Validation Hub-and-Spoke Routing should validate routing through hub" name="Agent Handoff Validation Hub-and-Spoke Routing should validate routing through hub" time="0.004">
</testcase>
<testcase classname="Agent Handoff Validation Hub-and-Spoke Routing should validate agent capabilities matching" name="Agent Handoff Validation Hub-and-Spoke Routing should validate agent capabilities matching" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Test-Driven Handoffs should warn about handoffs without test contracts" name="Agent Handoff Validation Test-Driven Handoffs should warn about handoffs without test contracts" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Test-Driven Handoffs should validate preconditions before handoff" name="Agent Handoff Validation Test-Driven Handoffs should validate preconditions before handoff" time="0.004">
</testcase>
<testcase classname="Agent Handoff Validation Test-Driven Handoffs should validate TEST_CONTRACT format" name="Agent Handoff Validation Test-Driven Handoffs should validate TEST_CONTRACT format" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Context Preservation should preserve context across handoffs" name="Agent Handoff Validation Context Preservation should preserve context across handoffs" time="0.006">
</testcase>
<testcase classname="Agent Handoff Validation Context Preservation should track context retention metrics" name="Agent Handoff Validation Context Preservation should track context retention metrics" time="0.004">
</testcase>
<testcase classname="Agent Handoff Validation Context Preservation should validate context completeness" name="Agent Handoff Validation Context Preservation should validate context completeness" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Quality Gates should enforce quality gates between agents" name="Agent Handoff Validation Quality Gates should enforce quality gates between agents" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Quality Gates should allow handoff when all quality gates pass" name="Agent Handoff Validation Quality Gates should allow handoff when all quality gates pass" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Real-World Integration Scenarios should handle complex multi-agent feature implementation workflow" name="Agent Handoff Validation Real-World Integration Scenarios should handle complex multi-agent feature implementation workflow" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Real-World Integration Scenarios should validate cross-agent context preservation in complex workflows" name="Agent Handoff Validation Real-World Integration Scenarios should validate cross-agent context preservation in complex workflows" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Real-World Integration Scenarios should handle edge case: agent failure with rollback" name="Agent Handoff Validation Real-World Integration Scenarios should handle edge case: agent failure with rollback" time="0.004">
</testcase>
<testcase classname="Agent Handoff Validation Real-World Integration Scenarios should validate performance requirements in handoffs" name="Agent Handoff Validation Real-World Integration Scenarios should validate performance requirements in handoffs" time="0.005">
</testcase>
<testcase classname="Agent Handoff Validation Real-World Integration Scenarios should handle concurrent agent coordination" name="Agent Handoff Validation Real-World Integration Scenarios should handle concurrent agent coordination" time="0.005">
</testcase>
</testsuite>
</testsuites>