Package fr.ght1pc9kc.testy.core.utils
Class PortUtils
java.lang.Object
fr.ght1pc9kc.testy.core.utils.PortUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
Find a free random port on the local machine UseServerSocket
.
-
Constructor Details
-
PortUtils
public PortUtils()
-
-
Method Details
-
randomFreePort
public static int randomFreePort()Find a free random port on the local machine UseServerSocket
.- Returns:
- the free port as integer
-