Conversation
RecoverHPCmd/RecoverENCmd/RecoverSPCmd/LevelUpCmd/ExpUpCmd/IncreaseMoraleCmd は エラーハンドリングテストのみだったため、ヘルプドキュメントの記載を期待値として 成功パステストを追加。 追加テスト (17件): UnitCombatCmdTests.cs (8件): - RecoverHPCmd_NullSelectedUnit_ReturnsNextId - RecoverHPCmd_WithUnit_RecoveryIncreasesHP - RecoverHPCmd_NegativeRate_HpDoesNotGoToZero - RecoverENCmd_NullSelectedUnit_ReturnsNextId - RecoverENCmd_WithUnit_RecoveryIncreasesEN - RecoverENCmd_NegativeRate_ENDoesNotGoBelowZero PilotCmdExecutionTests.cs (新規ファイル, 9件): - LevelUpCmd_WithNamedPilot_IncreasesLevel - LevelUpCmd_WithNamedPilot_MultiLevelIncrease - LevelUpCmd_WithNamedPilot_CapAt99 - LevelUpCmd_NonExistentPilot_ReturnsError - ExpUpCmd_WithNamedPilot_IncreasesExp - ExpUpCmd_NonExistentPilot_ReturnsError - RecoverSPCmd_WithNamedPilot_SPDoesNotGoBelowZero - RecoverSPCmd_WithNamedPilot_SPRecovery - RecoverSPCmd_NonExistentPilot_ReturnsError - IncreaseMoraleCmd_WithNamedPilot_IncreaseMorale - IncreaseMoraleCmd_NonExistentPilot_ReturnsError 全テスト合計: 7205件 (7188 既存 + 17 新規) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧪 ユニットテスト補完 レポート (2026-03-28)
追加したテスト / Tests Added
UnitCombatCmdTests.csPilotCmdExecutionTests.cs(新規)合計: 17件追加
UnitCombatCmdTests.cs (RecoverHP/EN)
RecoverHPCmd_NullSelectedUnit_ReturnsNextId— 選択ユニットが null でもクラッシュしないRecoverHPCmd_WithUnit_RecoveryIncreasesHP— 半HPから回復して MaxHP に達するRecoverHPCmd_NegativeRate_HpDoesNotGoToZero— 大きなマイナス値でも HP は最小 1RecoverENCmd_NullSelectedUnit_ReturnsNextId— null ユニットでも NextId を返すRecoverENCmd_WithUnit_RecoveryIncreasesEN— EN 0 からの回復が正しく動作するRecoverENCmd_NegativeRate_ENDoesNotGoBelowZero— EN はゼロ未満にならないPilotCmdExecutionTests.cs (パイロット系コマンド)
LevelUpCmd_WithNamedPilot_IncreasesLevel— 指定パイロットのレベルが上がるLevelUpCmd_WithNamedPilot_MultiLevelIncrease— 複数レベルまとめて上げられるLevelUpCmd_WithNamedPilot_CapAt99— レベル上限 99 が正しく機能するLevelUpCmd_NonExistentPilot_ReturnsErrorExpUpCmd_WithNamedPilot_IncreasesExp— 経験値が加算されるExpUpCmd_NonExistentPilot_ReturnsErrorRecoverSPCmd_WithNamedPilot_SPDoesNotGoBelowZero— SP はゼロ未満にならないRecoverSPCmd_WithNamedPilot_SPRecovery— 100% 回復で SP = MaxSPRecoverSPCmd_NonExistentPilot_ReturnsErrorIncreaseMoraleCmd_WithNamedPilot_IncreaseMorale— 気力が増加するIncreaseMoraleCmd_NonExistentPilot_ReturnsErrorカバレッジサマリー / Coverage Summary
齟齬の報告 / Discrepancies Found
テスト結果 / Test Results
次のステップ: RecoverPlana, SetBullet, SetStock, SetStatus 等の成功パステスト追加
Warning
The following domains were blocked by the firewall during workflow execution:
crl3.digicert.comcrl4.digicert.comdc.services.visualstudio.comocsp.digicert.coms.symcb.coms.symcd.comtscrl.ws.symantec.comtsocsp.ws.symantec.comwww.microsoft.comTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.
Note
🔒 Integrity filtering filtered 1 item
Integrity filtering activated and filtered the following item during workflow execution.
This happens when a tool call accesses a resource that does not meet the required integrity or secrecy level of the workflow.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".)