예제 #1
0
 public static void Foreground_NullColor_ThrowsArgNullException()
 {
     Assert.Throws <ArgumentNullException>(() => Fabulous.Foreground(null));
 }