this.selection = new ConnectionSetupTimeSelection(this.registry, this.initializedDecisionTree);
}
@Test
public void testCreateSelection() {
NATTraversalSelection actual = new ConnectionSetupTimeSelection(this.registry, this.initializedDecisionTree);
assertEquals(this.selection, actual);
}