ESAPI-C 1.0
The OWASP Enterprise Security API for C
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "minunit.h"
#include "properties.h"
#include "crypto.h"
Go to the source code of this file.
Functions | |
void | test_set_property (struct esapi_ctx *ctx) |
void | test_get_property (struct esapi_ctx *ctx) |
void | test_store_properties (struct esapi_ctx *ctx) |
void | test_load_properties (struct esapi_ctx *ctx) |
int | main (int argc, char **argv) |
Variables | |
int | tests_run = 0 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file properties_test.c.
void test_get_property | ( | struct esapi_ctx * | ctx | ) |
Definition at line 25 of file properties_test.c.
void test_load_properties | ( | struct esapi_ctx * | ctx | ) |
Definition at line 46 of file properties_test.c.
void test_set_property | ( | struct esapi_ctx * | ctx | ) |
Definition at line 16 of file properties_test.c.
void test_store_properties | ( | struct esapi_ctx * | ctx | ) |
Definition at line 36 of file properties_test.c.
int tests_run = 0 |
Definition at line 14 of file properties_test.c.