Created
June 11, 2014 12:25
-
-
Save renestein/ff29cf0892ec61f9dfed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TestMethod] | |
[ExpectedException(typeof (ArgumentNullException))] | |
public void Ctor_When_Io_Service_Is_Null_Then_Throws_ArgumentException() | |
{ | |
var threadPool = new IoServiceThreadPoolScheduler(null); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment