-
Enhancement
-
Resolution: Unresolved
-
P4
-
19
-
b18
Usage of the Position enum is cumbersome, newer methods prefer embedding the position into the method names, for example splitUIRight and splitUIBottom, or positionTestUIRightRow and positionTestUIBottomRow.
To align with newer design, Builder.position can be replaced with positionRight, positionBottom and positionLeftTop to encapsulate the usage of Position enum.
To align with newer design, Builder.position can be replaced with positionRight, positionBottom and positionLeftTop to encapsulate the usage of Position enum.
- relates to
-
JDK-8293830 ☂ Redesign Manual Test Framework: PassFailJFrame
-
- Open
-
-
JDK-8283712 Create a manual test framework class
-
- Resolved
-
-
JDK-8294148 Support JSplitPane for instructions and test UI
-
- Resolved
-
-
JDK-8317116 Provide layouts for multiple test UI in PassFailJFrame
-
- Resolved
-