this.specTest = specTest;
}
public SpecTestBuilder and() { return new SpecTestBuilder(specTest); }
public TestPackBuilder and(TestPack testPack) { return new TestPackBuilder(specTest, testPack); }
public NamedNodeBuilder and(NamedNode namedDirNode) { return new NamedNodeBuilder(specTest, namedDirNode); }