Exemplo n.º 1
0
 public void ThrowsNotSupportedExceptionInXP()
 {
     OSUtils.RequireXP();
     Assert.Throws <NotSupportedException>(() => new MMDeviceEnumerator());
 }