Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renestein/ff29cf0892ec61f9dfed to your computer and use it in GitHub Desktop.
Save renestein/ff29cf0892ec61f9dfed to your computer and use it in GitHub Desktop.
[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