public abstract class FXComponentTest<N extends javafx.scene.Parent,O> extends Object
Modifier and Type | Field and Description |
---|---|
FXTestRule |
r |
Constructor and Description |
---|
FXComponentTest(Class<N> root) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
O |
component() |
protected abstract O |
createComponent(N parent) |
protected javafx.scene.Scene |
createScene(N parent) |
protected javafx.stage.Stage |
createStage() |
void |
init() |
org.eclipse.fx.test.rcontrol.RController |
rcontroller() |
public FXTestRule r
Copyright © 2019. All rights reserved.