Lines Matching refs:of
5 This is often the result of a logic error in the code and difficult to identify because the issue i…
8 Examples of flickers are:
10 * Empty areas on the screen (e.g., not all areas of the screen covered during rotation)
38 // This is the part of the transition that will be tested.
46 // Number of times to repeat the transition to catch any flaky issues
50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.
57 Each `TransitionResult` can be tested using an extension of the Google Truth library, `LayersTraceS…
60 Each trace can be represented as a ordered collection of trace entries, with an associated timestam…
62 The trace subjects expose methods to filter the range of entries and test for changing assertions.
71 // check a range of entries
92 Example of a failed test:
120 Monitors capture test artifacts for each transition run. They are started before each iteration of …
133 To add a new assertion, add a function to one of the trace entry classes, `LayersTrace.Entry` or `W…