~ircdotnet-dev/ircdotnet/0.4

« back to all changes in this revision

Viewing changes to src/IrcDotNet.Tests/TestStateManager.cs

  • Committer: Alex Regueiro
  • Date: 2011-06-24 23:53:39 UTC
  • Revision ID: alexreg@gmail.com-20110624235339-zhr44fxo9wilvwg4
Completed implementation for handling replies to STATS messages. Created test and verified it against server.
Improved debugging capabilities for library. Lines for sent messages are now only sent when data is written to socket.
Updated XML comments for library.
Changed extensions of .txt files in root dir to .md (to indicate Markdown content).

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
namespace IrcDotNet.Tests
12
12
{
13
 
    using Common.Collections;
 
13
    using Collections;
14
14
 
15
15
    // Manages states and dependencies of set of tests.
16
16
    public class TestStateManager<TState> where TState : struct