private void CreateExplorer()
        {
            var explorer = new TestMetadataExplorer(null, null, null);

            var assembly = Substitute.For<IMetadataAssembly>();
            assembly.Location.Returns(FileSystemPath.Parse(@"C:\Users\John\Documents\GitHub\ReSharperFixieRunner\FixieTestExample\FixieTestExample\bin\Debug\FixieTestExample.dll"));

            explorer.ExploreAssembly(null, assembly, null, null);
        }
        private void CreateExplorer()
        {
            var explorer = new TestMetadataExplorer(null, null, null);

            var assembly = Substitute.For <IMetadataAssembly>();

            assembly.Location.Returns(FileSystemPath.Parse(@"C:\Users\John\Documents\GitHub\ReSharperFixieRunner\FixieTestExample\FixieTestExample\bin\Debug\FixieTestExample.dll"));

            explorer.ExploreAssembly(null, assembly, null, null);
        }