Example #1
0
 public OutputBandwithTest(IChannel channel, ISpeedTestContract contract, Func <int, T> dataGenerator, Action <int, T> sendProcedure)
 {
     _channel       = channel;
     _contract      = contract;
     _dataGenerator = dataGenerator;
     _sendProcedure = sendProcedure;
 }
Example #2
0
 public TransactionOverheadTest(ISpeedTestContract proxy, IChannel channel, Output output)
 {
     _proxy   = proxy;
     _channel = channel;
     _output  = output;
 }
Example #3
0
 public OutputTestMeasurement(ISpeedTestContract proxy, IChannel channel, Output output)
 {
     _proxy   = proxy;
     _channel = channel;
     _output  = output;
 }