Reset() public method

public Reset ( ) : void
return void
Exemplo n.º 1
0
 public void ResetTestRunStatistics()
 {
     _responseFactory.Reset();
     _browserInstancesComplete.Clear();
     _totalMessagesPostedCount   = null;
     _currentMessagesPostedCount = 0;
 }
Exemplo n.º 2
0
        public void ResetTestRunStatistics()
        {
            _responseFactory.Reset();
            _browserInstancesComplete.Clear();
            _totalMessagesPostedCount   = null;
            _currentMessagesPostedCount = 0;

            //TODO: I think this is only necessary to support the unit tests
            ClientEvent._currentEventCreationOrder = 0;
        }