in commons-testing-junit4-mongodb/src/main/java/org/apache/commons/testing/junit4/mongodb/MongoDbTestRule.java [126:138]
public String toString() {
final StringBuilder builder = new StringBuilder();
builder.append("MongoDbTestRule [portSystemPropertyName=");
builder.append(portSystemPropertyName);
builder.append(", mongoClient=");
builder.append(mongoClient);
builder.append(", mongodExecutable=");
builder.append(mongodExecutable);
builder.append(", mongodProcess=");
builder.append(mongodProcess);
builder.append("]");
return builder.toString();
}