Index: Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsOutputViewInfoTestBase.cs =================================================================== diff -u -rdae442c6068528e9ef8c3862902594ab6c9e7dc1 -re0a88f71042cb81b5d87bf9b7b42d87205ed2c4c --- Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsOutputViewInfoTestBase.cs (.../GrassCoverErosionInwardsOutputViewInfoTestBase.cs) (revision dae442c6068528e9ef8c3862902594ab6c9e7dc1) +++ Riskeer/GrassCoverErosionInwards/test/Riskeer.GrassCoverErosionInwards.Plugin.Test/ViewInfos/GrassCoverErosionInwardsOutputViewInfoTestBase.cs (.../GrassCoverErosionInwardsOutputViewInfoTestBase.cs) (revision e0a88f71042cb81b5d87bf9b7b42d87205ed2c4c) @@ -41,8 +41,8 @@ /// /// Base class for grass cover erosion inwards output view into tests. /// - /// The type of view involved. - /// The type of output context involved. + /// The type of view. + /// The type of output context. [Apartment(ApartmentState.STA)] public abstract class GrassCoverErosionInwardsOutputViewInfoTestBase : ShouldCloseViewWithCalculationDataTester where TView : IView @@ -92,7 +92,7 @@ } [Test] - public void GetViewData_Always_ReturnsWrappedGrassCoverErosionInwardsCalculation() + public void GetViewData_WithContext_ReturnsWrappedGrassCoverErosionInwardsCalculation() { // Setup var calculation = new GrassCoverErosionInwardsCalculation();