in commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/net/AvailableServerPortSystemPropertyTestRule.java [30:32]
public static AvailableServerPortSystemPropertyTestRule create(final String name) {
return new AvailableServerPortSystemPropertyTestRule(name);
}