File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66using ApprovalTests . Core ;
77using ApprovalTests . Namers ;
88using Castle . MicroKernel ;
9+ using Castle . MicroKernel . Handlers ;
910using Castle . Windsor ;
1011using Castle . Windsor . Diagnostics ;
12+ using Castle . Windsor . Diagnostics . DebuggerViews ;
1113using Castle . Windsor . Diagnostics . Helpers ;
1214using NUnit . Framework ;
1315using Approvals = ApprovalTests . Approvals ;
@@ -178,6 +180,12 @@ public override void Execute()
178180 }
179181 }
180182
183+ protected string MissingDependenciesDescription ( IHandler var )
184+ {
185+ var item = new ComponentStatusDebuggerViewItem ( ( IExposeDependencyInfo ) var ) ;
186+ return item . Message ;
187+ }
188+
181189 private TDiagnosticData [ ] GetDataToTest ( WindsorConventionData < TDiagnosticData > data )
182190 {
183191 var host = data . Kernel . GetSubSystem ( SubSystemConstants . DiagnosticsKey ) as IDiagnosticsHost ;
You can’t perform that action at this time.
0 commit comments