Ejemplo n.º 1
0
 public bool TryCreateInjectionControllerForType(ExceptionAggregator aggregator, IReflectionTypeInfo type, out IXunitInjectionController controller)
 {
     controller = new DefaultConstructorInjectionController();
     return(true);
 }
Ejemplo n.º 2
0
 public bool TryCreateInjectionControllerForAssembly(ExceptionAggregator aggregator, IReflectionAssemblyInfo assembly, out IXunitInjectionController controller)
 {
     controller = new DefaultConstructorInjectionController();
     return(true);
 }