public static void ClassInitialize(TestContext context) { wb = new Workbook(); wb.Bootstrap(); ws = wb.Worksheets.Add("CellTests"); ws.Bootstrap(); }