use of org.jboss.hal.ballroom.form.ExistingStateMachine in project console by hal.
the class ModelNodeFormTest method defaultStateMachine.
@Test
public void defaultStateMachine() {
StateMachine stateMachine = new ModelNodeForm.Builder("defaultStateMachine", metadata(new ResourceDescriptionBuilder().attributes())).stateMachine();
Assert.assertTrue(stateMachine instanceof ExistingStateMachine);
}
Aggregations