public BRJSBuilder and(BRJS brjs) { return new BRJSBuilder(specTest, brjs); }
public FileTestBuilder and(File file) { return new FileTestBuilder(specTest, file); }
public BladerunnerConfBuilder and(BladerunnerConf bladerunnerConf) { return new BladerunnerConfBuilder(specTest, bladerunnerConf); }
public AppBuilder and(App app) { return new AppBuilder(specTest, app); }
public AppConfBuilder and(AppConf appConf) { return new AppConfBuilder(specTest, appConf); }
public AspectBuilder and(Aspect aspect) { return new AspectBuilder(specTest, aspect); }