C# Class NetMQ.ReactiveExtensions.Tests.NUnitUtils

Exibir arquivo Open project: NetMQ/NetMQ.ReactiveExtensions Class Usage Examples

Public Methods

Method 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 method

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

PrintTestName() public static method

public static PrintTestName ( ) : void
return void

TcpPortFree() public static method

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