public class GUIUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static ShutterStatus |
exampleShutterStatus()
Provides a example instance of
ShutterStatus to use in GUI testing. |
static PageActions |
fakeDispatcher()
Provides an implementation of
PageActions that just logs each method call. |
static Color |
rangeColor(boolean inRange) |
static Font |
rangeFont(boolean inRange)
Decides which font to use to display a value depending on whether it's in the acceptable range.
|
public static PageActions fakeDispatcher()
PageActions that just logs each method call.public static ShutterStatus exampleShutterStatus()
ShutterStatus to use in GUI testing.ShutterStatus instance with made-up content.public static Font rangeFont(boolean inRange)
inRange - is the value to be displayed in the acceptable range?public static Color rangeColor(boolean inRange)
Copyright © 2022 LSST. All rights reserved.