C# (CSharp) TestStack.Dossier.DataSources.Dictionaries Namespace

Classes

Name Description
CachedFileDictionaryRepository Retrieves words from dictionaries stored in files. First looks for external file that user might have created. If this does not exist then data is retrieved from embedded resource files.
FromDictionary Provides strongly-typed access to all of the built-in file dictionary names.
WordsCache Just caches a file dictionary Words data source the first time it is accessed and returns the same instance each subsequent request. The Words data source is then responsible for lazy loading its dictionary contents the first time it is accessed. At that point an exception will be thrown if the dictionary does not exist.