return builder;
}
public void dump(Writer writer) throws IOException {
ExpectationContainer threadContainer = getThreadSpecificBuilder();
threadContainer.dump(writer);
}
public void verify() {
// for (Iterator i = threadName2Builder.entrySet().iterator();
// i.hasNext();) {