overrideSymbolSet static method
Overrides the symbol info set used by this class. Used for testing purposes.
@param override the symbol info set to use
Implementation
static void overrideSymbolSet(List<SymbolInfo> override) {
_symbols = override;
}