dsymbol.tests

Undocumented in source.

Members

Functions

expectSymbolsAndTypes
void expectSymbolsAndTypes(string source, string[][] results, string file, size_t line)

Parses source, caches its symbols and compares the the cache content with the results.

generateAutocompleteTrees
ScopeSymbolPair generateAutocompleteTrees(string source, string filename, ModuleCache cache)

Parses source, caches its symbols and compares the the cache content with the results.

generateAutocompleteTrees
ScopeSymbolPair generateAutocompleteTrees(string source, size_t cursorPosition, ModuleCache cache)

Parses source, caches its symbols and compares the the cache content with the results.

generateAutocompleteTrees
ScopeSymbolPair generateAutocompleteTrees(string source, ModuleCache cache)

Parses source, caches its symbols and compares the the cache content with the results.

generateAutocompleteTrees
ScopeSymbolPair generateAutocompleteTrees(string source, string filename, size_t cursorPosition, ModuleCache cache)

Parses source, caches its symbols and compares the the cache content with the results.

lex
const(Token)[] lex(string source)

Parses source, caches its symbols and compares the the cache content with the results.

lex
const(Token)[] lex(string source, string filename)

Parses source, caches its symbols and compares the the cache content with the results.

randomDFilename
string randomDFilename()

Parses source, caches its symbols and compares the the cache content with the results.

Meta