ch.security4web.esapi.validator
Class EsapiTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ch.security4web.esapi.validator.EsapiTestCase
All Implemented Interfaces:
junit.framework.Test

public class EsapiTestCase
extends junit.framework.TestCase

* OWASP Enterprise Security API (ESAPI) This file is part of the Open Web Application Security Project (OWASP) Enterprise Security API (ESAPI) project. For details, please see http://www.owasp.org/index.php/ESAPI. Copyright (c) 2007 - The OWASP Foundation The ESAPI is published by OWASP under the BSD license. You should read and accept the LICENSE before you use, modify, and/or redistribute this software.

Since:
1.0
Version:
2.0
Author:
Rakesh, Dr.Prof.Emmanuel, Matthey Samuel

Constructor Summary
EsapiTestCase(java.lang.String testName)
          Instantiates a new HTTP utilities test.
 
Method Summary
static junit.framework.Test suite()
           
 void testGetValidSafeHTML()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EsapiTestCase

public EsapiTestCase(java.lang.String testName)
Instantiates a new HTTP utilities test.

Parameters:
testName - the test name
Method Detail

suite

public static junit.framework.Test suite()

testGetValidSafeHTML

public void testGetValidSafeHTML()
                          throws java.lang.Exception
Throws:
java.lang.Exception