Amss.Boilerplate.Tests.Main.ServiceLocatorInitTest C# (CSharp) Method

ServiceLocatorInitTest() private method

private ServiceLocatorInitTest ( ) : void
return void
        public void ServiceLocatorInitTest()
        {
            Assert.That(ServiceLocator.Current, Is.Not.Null);
        }