protected void CaseParseAssert(bool condition, string error) { Misc.Assert(condition, "Case parsing error: " + error); }