class documentation

Mixin for indexer tests.

Method assertAlias Undocumented
Method assertDef Undocumented
Method assertDefLocs Undocumented
Method generate_kythe Generate a kythe index from a code string.
Method index_code Generate references from a code string.
def assertAlias(self, index, fqname, target): (source)

Undocumented

def assertDef(self, index, fqname, name, typ): (source)

Undocumented

def assertDefLocs(self, index, fqname, locs): (source)

Undocumented

def generate_kythe(self, code, **kwargs): (source)

Generate a kythe index from a code string.

def index_code(self, code, **kwargs): (source)

Generate references from a code string.