public NodePropertiesCommander when(NodeProperties nodeProperties) { return new NodePropertiesCommander(this, nodeProperties); }
public NodePropertiesVerifier then(NodeProperties nodeProperties) { return new NodePropertiesVerifier(this, nodeProperties); }
// App
public AppBuilder given(App app) { return new AppBuilder(this, app); }
public AppCommander when(App app) { return new AppCommander(this, app); }