in commons-testing-junit4-mongodb/src/main/java/org/apache/commons/testing/junit4/mongodb/MongoDbTestRule.java [69:71]
public MongoDbTestRule(final String portSystemPropertyName) {
this(portSystemPropertyName, DEFAULT_MONGODB_VERSION);
}