public class TimedAppOutput extends AppOutput
| Constructor and Description |
|---|
TimedAppOutput(String title,
String screenshot64,
long elapsed,
boolean isPrimary) |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsed() |
boolean |
getIsPrimary() |
getScreenshot64, getTitlepublic TimedAppOutput(String title, String screenshot64, long elapsed, boolean isPrimary)
title - The title of the window.screenshot64 - Base64 encoding of the screenshot's bytes (the
byte can be in either in compressed orelapsed - The elapsed time from the first captured window
until this window was captured.isPrimary - Whether this window is considered a "primary"
(e.g., if the user expected that up to this
window there should already have been a match in
a timing test).Copyright © 2016. All rights reserved.