ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <string.h>
#include "user.h"
#include "minunit.h"
Go to the source code of this file.
Functions | |
void | test_user (void) |
int | main (void) |
Variables | |
int | tests_run = 0 |
int main | ( | void | ) |
Definition at line 30 of file user_test.c.
void test_user | ( | void | ) |
Definition at line 8 of file user_test.c.
int tests_run = 0 |
Definition at line 6 of file user_test.c.