public SimpleTestingPsiFileExplorer(UnitTestElementLocationConsumer consumer, IFile psiFile, CheckForInterrupt interrupted, SimpleTestingElementFactory elementFactory)
        {
            _consumer = consumer;
            _psiFile = psiFile;
            _interrupted = interrupted;
            _elementFactory = elementFactory;

             _specificationCollections = new Dictionary<ITypeElement, SpecificationContainerElement>();
        }
 public SimpleTestingMetadataExplorer(SimpleTestingTestProvider provider, SimpleTestingElementFactory elementFactory)
 {
     _provider = provider;
     _elementFactory = elementFactory;
 }