From a14433f3cbf66efa729cfe98d566821c8eef34c5 Mon Sep 17 00:00:00 2001 From: Evgeny Redikultsev Date: Wed, 18 Dec 2024 22:16:50 +0500 Subject: [PATCH] All tests were changed due to Nunit lib changing --- .../UI/Resources/ButtonStyles.xaml | 34 ++++++++++----- .../Libraries/LoaderCalculator.dll | Bin 94720 -> 96256 bytes StructureHelper/StructureHelper.csproj | 4 +- StructureHelper/Windows/Graphs/GraphView.xaml | 34 ++++++++++----- .../Windows/Graphs/GraphViewModel.cs | 1 + .../StructureHelperCommon.csproj | 2 +- .../GetColorByValueTest.cs | 11 ++--- .../WindowTests/ViewerTest.cs | 2 +- .../AnchorageCalculatorTest.cs | 2 +- .../CrackCalculatorTest.cs | 6 +-- .../ForceCalculatorTests/RCSectionsTest.cs | 26 ++++++------ .../Ndms/RCSections/BucklingLogicTest.cs | 4 +- .../RcAccEccentricityAxisTest.cs | 2 +- .../Eccentricitis/RcAccEccentricityTest.cs | 4 +- .../Eccentricitis/RcEccentricityLogicTest.cs | 4 +- .../ShTables/TraceTablesFactoryTests.cs | 40 +++++++++--------- .../Ndms/RCSections/RCSectionTest.cs | 20 ++++----- .../StructureHelperTests.csproj | 8 ++-- .../CheckForceTupleInputDataLogicTests.cs | 10 ++--- .../UnitTests/Calcuators/FindParameterTest.cs | 10 ++--- .../Calcuators/LimitCurveCalculatorTest.cs | 2 +- .../Calcuators/LimitCurveLogicTest.cs | 9 ++-- .../Calcuators/SoilAnchorCalculatorTest.cs | 12 +++--- .../ProjectFromDTOConvertStrategyTests.cs | 2 +- .../MaterialTests/MaterialStrengthTest.cs | 4 +- .../CheckPrimitiveCollectionLogicTests.cs | 8 ++-- .../Ndms/CheckRebarPrimitiveLogicTests.cs | 4 +- .../Ndms/Cracks/CrackWidthLogicSP63Test.cs | 2 +- .../Cracks/EquivalentDiameterLogicTest.cs | 2 +- .../CheckTupleCalculatorInputDataTests.cs | 8 ++-- .../Cracks/RebarCalulatorsFactoryTests.cs | 10 ++--- .../Cracks/RebarStressResultLogicTests.cs | 4 +- .../Cracks/TensionREbarAreaSumLogicTest.cs | 4 +- .../TensionRebarAreaByStrainLogicTest.cs | 5 ++- .../Ndms/Cracks/TupleRebarCrackSolverTest.cs | 9 ++-- .../RectangleTriangulationTest.cs | 26 ++++++------ .../ParamTests/ProcessDoublePairTest.cs | 4 +- .../CrackCalculatorUpdateStrategyTests.cs | 4 +- .../CrackInputDataUpdateStrategyTests.cs | 4 +- .../DeepCloningStrategyTests.cs | 10 ++--- .../HeadMaterialUpdateStrategyTests.cs | 8 ++-- .../ViewModelTests/GraphViewModelTest.cs | 7 +-- .../ViewModelTests/NdmPrimitiveTests.cs | 8 ++-- 43 files changed, 206 insertions(+), 174 deletions(-) diff --git a/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml b/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml index ce36911..5ac6f7a 100644 --- a/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml +++ b/StructureHelper/Infrastructure/UI/Resources/ButtonStyles.xaml @@ -1,5 +1,6 @@  + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:uc="clr-namespace:StructureHelper.Windows.UserControls">