Skip to content

Feature/2953 param c in asphalt adjustable#20

Open
epsig wants to merge 14 commits intomasterfrom
feature/2953_param_c_in_asphalt_adjustable
Open

Feature/2953 param c in asphalt adjustable#20
epsig wants to merge 14 commits intomasterfrom
feature/2953_param_c_in_asphalt_adjustable

Conversation

@epsig
Copy link
Copy Markdown
Contributor

@epsig epsig commented Apr 14, 2026

No description provided.

@epsig epsig requested a review from kleijn April 14, 2026 13:21
@kleijn kleijn linked an issue Apr 15, 2026 that may be closed by this pull request
Comment thread Riskeer/Piping/src/Riskeer.Piping.Data/Properties/Resources.resx Outdated
Comment thread Riskeer/Piping/test/Riskeer.Piping.Data.Test/GeneralPipingInputTest.cs Outdated
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.

//------------------------------------------------------------------------------
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put back this header

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's back

</data>
<data name="GeneralPipingInput_WaterVolumetricWeight_must_be_in_Range_0_" xml:space="preserve">
<value>De waarde moet binnen het bereik {0} liggen.</value>
<value>De waarde van volumiek gewicht van water moet binnen het bereik {0} liggen.</value>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this change to the testing notes in the issue?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add it to the testing notes

TestHelper.AssertThrowsArgumentExceptionAndTestMessage<ArgumentOutOfRangeException>(test,
"De waarde van asfalt parameter C moet binnen het bereik [0,00, 2,00] liggen.");
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant line break
=> Automatically fixed by ReSharper cleanup

using Core.Gui.Attributes;
using Riskeer.Common.Forms.PropertyClasses;
using Riskeer.WaveImpactAsphaltCover.Data;
using Riskeer.WaveImpactAsphaltCover.Forms.Properties;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused using

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have a look at Riskeer.Piping.Forms.Test.PropertyClasses.CalculationsState.PipingFailureMechanismPropertiesTest for some missing and different tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make parameter c adjustable in data class and property control

2 participants