- Timestamp:
- 06/06/11 10:31:53 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/Mocks
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/Mocks/MockServiceLocator.cs
r5405 r6362 30 30 this.defaultServiceLocator = defaultServiceLocator; 31 31 } 32 33 public IAuthenticationManager AuthenticationManager { 34 get { return new MockAuthenticationManager(); } 35 } 32 36 33 37 public IAuthorizationManager AuthorizationManager { … … 54 58 } 55 59 } 60 56 61 } 57 62 }
Note: See TracChangeset
for help on using the changeset viewer.