test: 更新分析功能和迁移测试用例
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Gpulse.WCT.DataAnalyzer.Commands;
|
||||
using Gpulse.WCT.DataAnalyzer.Core.Application;
|
||||
using Gpulse.WCT.DataAnalyzer.Core.Application.Analysis;
|
||||
using Gpulse.WCT.DataAnalyzer.Core.Application.Exporting;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using System.CommandLine;
|
||||
|
||||
@@ -19,7 +20,8 @@ public class CliStructureTests : CommandTestBase
|
||||
root.AddCommand(new CleanCommand(Host.Services.GetRequiredService<CleanService>()));
|
||||
root.AddCommand(new AnalyzeCommand(
|
||||
Host.Services.GetRequiredService<PlossAnalysisService>(),
|
||||
Host.Services.GetRequiredService<QfodCalibrationService>()));
|
||||
Host.Services.GetRequiredService<QfodCalibrationService>(),
|
||||
Host.Services.GetRequiredService<AnalyzeExcelExporter>()));
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user