C# Class NetMQ.ReactiveExtensions.Tests.NUnitUtils

Afficher le fichier Open project: NetMQ/NetMQ.ReactiveExtensions Class Usage Examples

Méthodes publiques

Méthode Description
PrintElapsedTime ( System.TimeSpan sw, int max = null ) : void
PrintTestName ( ) : void
TcpPortFree ( ) : int

Intent: Returns next free TCP/IP port. See http://stackoverflow.com/questions/138043/find-the-next-tcp-port-in-net

Method Details

PrintElapsedTime() public static méthode

public static PrintElapsedTime ( System.TimeSpan sw, int max = null ) : void
sw System.TimeSpan
max int
Résultat void

PrintTestName() public static méthode

public static PrintTestName ( ) : void
Résultat void

TcpPortFree() public static méthode

Intent: Returns next free TCP/IP port. See http://stackoverflow.com/questions/138043/find-the-next-tcp-port-in-net
public static TcpPortFree ( ) : int
Résultat int