Batman.Core.Tests.FileSystem.LocalTest.LocalTest C# (CSharp) Method

LocalTest() public method

public LocalTest ( ) : System
return System
        public LocalTest()
        {
            new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).LoadAssemblies(false).ForEach(x => x);
        }