public void CeilingTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:ceiling", x => { return(ml.Ceiling(x)); }); }