Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/StructuresOutputContextTreeNodeInfoTest.cs =================================================================== diff -u -r62c2ec9cb0416527762e077df380cbfb473dc9dc -r409f425c74884ec6cbd5f56ceb89111dfa2394b5 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/StructuresOutputContextTreeNodeInfoTest.cs (.../StructuresOutputContextTreeNodeInfoTest.cs) (revision 62c2ec9cb0416527762e077df380cbfb473dc9dc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/StructuresOutputContextTreeNodeInfoTest.cs (.../StructuresOutputContextTreeNodeInfoTest.cs) (revision 409f425c74884ec6cbd5f56ceb89111dfa2394b5) @@ -166,14 +166,15 @@ // Call info.ContextMenuStrip(null, null, treeViewControl); } + // Assert // Assert expectancies called in TearDown() } private class SimpleStructuresOutputContext : StructuresOutputContext { public SimpleStructuresOutputContext(IStructuresCalculation wrappedData, IAssessmentSection assessmentSection) - : base(wrappedData, assessmentSection) { } + : base(wrappedData, assessmentSection) {} } } } \ No newline at end of file