Arc.Integration.Tests.Configuration.CastleWindsorConfigurationTests.CreateServiceLocator C# (CSharp) Method

CreateServiceLocator() public method

public CreateServiceLocator ( ) : IServiceLocator
return IServiceLocator
        public override IServiceLocator CreateServiceLocator()
        {
            return new Arc.Infrastructure.Dependencies.CastleWindsor.ServiceLocator();
        }
CastleWindsorConfigurationTests