Index: Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs =================================================================== diff -u -r35e7ce9a8fc466c028bf48609a7314f4f416583e -r1d1714a744afa41c6da4d755e44d16f4dca7a355 --- Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision 35e7ce9a8fc466c028bf48609a7314f4f416583e) +++ Ringtoets/Asphalt/test/Ringtoets.Asphalt.Plugin.Test/WaveImpactAsphaltCoverPluginTest.cs (.../WaveImpactAsphaltCoverPluginTest.cs) (revision 1d1714a744afa41c6da4d755e44d16f4dca7a355) @@ -38,6 +38,17 @@ public class WaveImpactAsphaltCoverPluginTest { [Test] + public void DefaultConstructor_ExpectedValues() + { + // call + using (var plugin = new WaveImpactAsphaltCoverPlugin()) + { + // assert + Assert.IsInstanceOf(plugin); + } + } + + [Test] public void GetPropertiesInfos_ReturnSupportedPropertyInfos() { // Setup