72737475767778
public void testBinary() throws Exception { doExpressionTest(new TstBinaryExpSuite()); } public void testTernary() throws Exception { doExpressionTest(new TstTernaryExpSuite()); }
79808182838485