规范类名及命名空间名称

This commit is contained in:
李伟
2026-04-13 14:35:37 +08:00
parent c430ec229b
commit ace1c70ddf
217 changed files with 1271 additions and 1384 deletions
@@ -1,7 +1,7 @@
using Xunit;
using XplorePlane.ViewModels;
using XplorePlane.Tests.Helpers;
using System;
using XplorePlane.Tests.Helpers;
using XplorePlane.ViewModels;
using Xunit;
namespace XplorePlane.Tests.Pipeline
{
@@ -100,4 +100,4 @@ namespace XplorePlane.Tests.Pipeline
Assert.Empty(vm.FilteredOperators);
}
}
}
}
@@ -1,10 +1,10 @@
using Moq;
using Xunit;
using XP.Common.Logging.Interfaces;
using XplorePlane.Models;
using XplorePlane.Services;
using XplorePlane.ViewModels;
using XplorePlane.Tests.Helpers;
using XplorePlane.ViewModels;
using Xunit;
namespace XplorePlane.Tests.Pipeline
{
@@ -276,4 +276,4 @@ namespace XplorePlane.Tests.Pipeline
Assert.True(vmMax.IsValueValid);
}
}
}
}
@@ -1,14 +1,14 @@
using Moq;
using Xunit;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Media.Imaging;
using XplorePlane.Services;
using XplorePlane.ViewModels;
using XplorePlane.Tests.Helpers;
using System.Threading.Tasks;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Threading;
using XplorePlane.ViewModels;
using Xunit;
namespace XplorePlane.Tests.Pipeline
{
@@ -212,4 +212,4 @@ namespace XplorePlane.Tests.Pipeline
Assert.Equal(new[] { "Blur", "Sharpen", "Threshold" }, executionOrder);
}
}
}
}
@@ -1,10 +1,10 @@
using Xunit;
using System;
using System.IO;
using System.Threading.Tasks;
using XplorePlane.Models;
using XplorePlane.Services;
using XplorePlane.Tests.Helpers;
using System.Threading.Tasks;
using System.IO;
using System;
using Xunit;
namespace XplorePlane.Tests.Pipeline
{
@@ -200,4 +200,4 @@ namespace XplorePlane.Tests.Pipeline
Assert.Equal(2, result.Count);
}
}
}
}
@@ -2,18 +2,17 @@ using FsCheck;
using FsCheck.Fluent;
using FsCheck.Xunit;
using Moq;
using Xunit;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using XP.Common.Logging.Interfaces;
using XplorePlane.Models;
using XplorePlane.Services;
using XplorePlane.ViewModels;
using XplorePlane.Tests.Helpers;
using XplorePlane.ViewModels;
namespace XplorePlane.Tests.Pipeline
{
@@ -278,4 +277,4 @@ namespace XplorePlane.Tests.Pipeline
});
}
}
}
}