コード例 #1
0
 public bool TryCreateInjectionControllerForType(ExceptionAggregator aggregator, IReflectionTypeInfo type, out IXunitInjectionController controller)
 {
     controller = new DefaultConstructorInjectionController();
     return(true);
 }
コード例 #2
0
 public bool TryCreateInjectionControllerForAssembly(ExceptionAggregator aggregator, IReflectionAssemblyInfo assembly, out IXunitInjectionController controller)
 {
     controller = new DefaultConstructorInjectionController();
     return(true);
 }