public void MakeBoolean_negatives(string value, bool expected) { Assert.AreEqual(DWPSUtils.MakeBoolean(value), expected); }