96979899100101102
* * @param obj * @throws Exception */ protected void sayObject(Object obj) throws Exception { docTest.sayPreformatted(obj == null ? "" : new JSONHelper().toJson(obj, true)); }
66676869707172