11121314151617
private final LogMessageStore logStore; public LoggerBuilder(SpecTest modelTest, LogMessageStore logStore) { this.logStore = logStore; builderChainer = new BuilderChainer(modelTest); }
24252627282930
public NodeBuilder(SpecTest specTest, N node) { this.specTest = specTest; this.node = node; fileUtil = new EncodedFileUtil(specTest.getActiveCharacterEncoding()); builderChainer = new BuilderChainer(specTest); }