13141516171819
public NodeCommander(SpecTest specTest, N node) { super(specTest); this.node = node; fileUtil = new EncodedFileUtil(specTest.getActiveCharacterEncoding()); commanderChainer = new CommanderChainer(specTest); }