public void Start() { DefaultDocumentTypes documentTypes = new DefaultDocumentTypes(); documentTypes.CleanAdd(); _searcher = new DocumentTypeConfigSearcher(); }
public UtilitiesTest() { DefaultDocumentTypes documentTypes = new DefaultDocumentTypes(); documentTypes.CleanAdd(); _searcher = new DocumentTypeConfigSearcher(); }
public SchematronStoreTest() { ConfigurationHandler.ConfigFilePath = "Resources/RaspConfiguration.Live.xml"; ConfigurationHandler.Reset(); DefaultDocumentTypes documentTypes = new DefaultDocumentTypes(); documentTypes.CleanAdd(); ConfigurationHandler.SaveToFile(); }
public DocumentTypeConfigSearcherTest() { ConfigurationHandler.ConfigFilePath = "Resources/DocumentTypeSearcherRaspConfiguration.xml"; ConfigurationHandler.Reset(); _documentTypes = new DefaultDocumentTypes(); _documentTypes.CleanAdd(); AddNoNamespaceTestDocumentType(); _searcher = new DocumentTypeConfigSearcher(); ConfigurationHandler.SaveToFile(); }
public static void SetupConfiguration(string configurationFilePath) { ConfigurationHandler.ConfigFilePath = configurationFilePath; ConfigurationHandler.Reset(); DefaultDocumentTypes documentTypes = new DefaultDocumentTypes(); documentTypes.CleanAdd(); DefaultProfileMappingConfig profileMappings = new DefaultProfileMappingConfig(); profileMappings.AddAll(); }
public static void SetupConfiguration() { ConfigurationHandler.ConfigFilePath = "Resources/RaspConfiguration.Live.xml"; ConfigurationHandler.Reset(); DefaultDocumentTypes documentTypes = new DefaultDocumentTypes(); documentTypes.CleanAdd(); DefaultProfileMappingConfig profileMappings = new DefaultProfileMappingConfig(); profileMappings.AddAll(); }