ESAPI-C 1.0
The OWASP Enterprise Security API for C

test/src/validate_test.c File Reference

#include <stdio.h>
#include <string.h>
#include <regex.h>
#include "minunit.h"
#include "validate.h"

Go to the source code of this file.

Defines

#define REG_FLAGS   REG_EXTENDED | REG_NOSUB

Functions

void test_esapi_strip_chars (void)
void test_esapi_is_valid (void)
int main (void)

Variables

int tests_run = 0

Define Documentation

#define REG_FLAGS   REG_EXTENDED | REG_NOSUB

Definition at line 7 of file validate_test.c.


Function Documentation

int main ( void  )

Definition at line 48 of file validate_test.c.

void test_esapi_is_valid ( void  )

Definition at line 38 of file validate_test.c.

void test_esapi_strip_chars ( void  )

Definition at line 11 of file validate_test.c.


Variable Documentation

int tests_run = 0

Definition at line 9 of file validate_test.c.

 All Data Structures Files Functions Variables Typedefs Defines