protected void verify() throws TestException {
   RecordMetaData record = (RecordMetaData) records.firstElement();
   if (!CobolTestModel.compareCompositeObjects(
       record, CobolTestModel.getComplexPicStatementRecord())) {
     TestErrorException exception = new TestErrorException("The records do not match.");
     setTestException(exception);
   }
 }