class documentation

class IndexerTest(test_base.BaseTest, IndexerTestMixin): (source)

View In Hierarchy

Tests for the indexer.

Method test_def_types Undocumented
Method test_docstring Undocumented
Method test_kythe_args Undocumented
Method test_kythe_file_node Undocumented
Method test_kythe_skip_stdlib Undocumented
Method test_literal_attr Undocumented
Method test_make_serializable Undocumented
Method test_multiline_attr Undocumented
Method test_param_reuse Undocumented
Method test_resolved_imports Undocumented
Method test_source_text Undocumented

Inherited from IndexerTestMixin:

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 test_def_types(self): (source)

Undocumented

def test_docstring(self): (source)

Undocumented

def test_kythe_args(self): (source)

Undocumented

def test_kythe_file_node(self): (source)

Undocumented

def test_kythe_skip_stdlib(self): (source)

Undocumented

def test_literal_attr(self): (source)

Undocumented

def test_make_serializable(self): (source)

Undocumented

def test_multiline_attr(self): (source)

Undocumented

def test_param_reuse(self): (source)

Undocumented

@test_utils.skipIfPy((3, 7), reason='a/b.py, f.py, p/q.py, x/y.py not found')
def test_resolved_imports(self): (source)

Undocumented

def test_source_text(self): (source)

Undocumented