File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies on infrastructure. These tend to make tests slower and
4949more brittle, and thus should be reserved for integration tests. You
5050can avoid these hidden dependencies in your application code by following
5151the [ Explicit Dependencies Principle] ( http://deviq.com/explicit-dependencies-principle/ ) 
52- and using [ Dependency Injection] ( https://docs.asp.net /en/latest/standard/ dependency-injection.html  ) 
52+ and using [ Dependency Injection] ( https://docs.microsoft.com /en-us/aspnet/core/fundamentals/ dependency-injection ) 
5353to request your dependencies from the framework. You can also keep your
5454unit tests in a separate project from your integration tests, and ensure
5555your unit test project doesn’t have references to or dependencies on
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments