MCPcopy Index your code
hub / github.com/google/adk-python / setup_method

Method setup_method

tests/unittests/test_runners.py:1124–1128  ·  view source on GitHub ↗

Set up test fixtures.

(self)

Source from the content-addressed store, hash-verified

1122 """Tests for Runner cache config extraction and handling."""
1123
1124 def setup_method(self):
1125 """Set up test fixtures."""
1126 self.session_service = InMemorySessionService()
1127 self.artifact_service = InMemoryArtifactService()
1128 self.root_agent = MockLlmAgent("root_agent")
1129
1130 def test_runner_extracts_cache_config_from_app(self):
1131 """Test that Runner extracts cache config from App."""

Callers

nothing calls this directly

Calls 3

MockLlmAgentClass · 0.85

Tested by

no test coverage detected