public void testNegativeContextFails()
 {
     Init("X");
     AssertHelper.Throws <ArgumentException>(() => fmt.setContext(-1));
 }