using Ringtoets.Common.Data.Probability;
namespace Ringtoets.Common.Data.TestUtil
{
///
/// Simple that can be used for tests where actual output
/// values are not important.
///
public class TestStructuresOutput : ProbabilityAssessmentOutput
{
///
/// Creates new instance of .
///
public TestStructuresOutput() : base(0, 0, 0, 0, 0) {}
}
}