Description[Telemetry] Introduce RunState.SetUpBeforeRunPage and RunState.TearDownAfterRunPage.
This is a step closer to the point of making _RunState --> UserStoryState with
the 4 main methods:
__init__ that does classSetUp
SetUpBeforeRunPage that does setUp before each page run
TearDownAfterRunPage that does tearDown after each page run
TearDownAfterRunPageSet that does final classTearDown
BUG=418278
Committed: https://crrev.com/f88052ffcc4a5ad7883c4ca9e3cf39c3e346597d
Cr-Commit-Position: refs/heads/master@{#302695}
Patch Set 1 #
Total comments: 13
Patch Set 2 : Address review comments #Patch Set 3 : Rename RunState's methods to WillRunPage/DidRunPage #Patch Set 4 : Ready to land #
Messages
Total messages: 16 (4 generated)
|