public void FloorTest() { MathLibrary ml = new MathLibrary(); MathTestSingle("f:floor", x => { return(ml.Floor(x)); }); }