insist
insist(krad_attr_name2num("User-Name") == 1);
insist(tmp != NULL);
insist(strcmp(tmp, "User-Password") == 0);
insist(len == strlen(decoded));
insist(memcmp(outbuf, decoded, len) == 0);
insist(retval == 0);
insist(len == sizeof(encoded));
insist(memcmp(outbuf, encoded, len) == 0);
insist(kr_attr_valid(KRAD_ATTR_USER_PASSWORD, &in) == 0);
insist(kr_attr_valid(KRAD_ATTR_USER_PASSWORD, &in) != 0);
insist(len == encode_len);
insist(memcmp(encoded, buffer, len) == 0);
insist(tmpp != NULL);
insist(tmpp->length == tmp.length);
insist(strncmp(tmpp->data, tmp.data, tmp.length) == 0);
insist(record.count == EVENT_COUNT);
insist(record.events[0].error == FALSE);
insist(record.events[0].result.code == KRAD_CODE_ACCESS_ACCEPT);
insist(record.events[1].error == FALSE);
insist(record.events[1].result.code == KRAD_CODE_ACCESS_REJECT);
insist(record.events[2].error == TRUE);
insist(record.events[2].result.retval == ETIMEDOUT);
insist(record.events[3].error == TRUE);
insist(record.events[3].result.retval == ECANCELED);
insist(vctx != NULL);
insist(krad_code_name2num("Access-Request") == 1);
insist(krad_code_name2num("Access-Accept") == 2);
insist(krad_code_name2num("Access-Reject") == 3);
insist(tmp != NULL);
insist(strcmp(tmp, "Access-Request") == 0);
insist(tmp != NULL);
insist(strcmp(tmp, "Access-Accept") == 0);
insist(tmp != NULL);
insist(strcmp(tmp, "Access-Reject") == 0);
insist(auth == TRUE);
insist(auth == FALSE);
insist(vctx != NULL);
insist(verto_add_timeout(vctx, VERTO_EV_FLAG_NONE, test_timeout, 0) !=
insist(record.count == EVENT_COUNT);
insist(record.events[0].error == FALSE);
insist(record.events[0].result.code == KRAD_CODE_ACCESS_ACCEPT);
insist(record.events[1].error == FALSE);
insist(record.events[1].result.code == KRAD_CODE_ACCESS_REJECT);
insist(record.events[2].error == TRUE);
insist(record.events[2].result.retval == ECANCELED);
insist(record.events[3].error == TRUE);
insist(record.events[3].result.retval == ETIMEDOUT);
insist(record.events[4].error == TRUE);
insist(record.events[4].result.retval == ECANCELED);
insist(record.events[5].error == TRUE);
insist(record.events[5].result.retval == ECANCELED);
insist(kr_remote_equals(*remote, ai, "foo"));
g_dev_taste(struct g_class *mp, struct g_provider *pp, int insist __unused)