demos.antiSQLInjection.test
Class antiSQLInjectionTest

java.lang.Object
  extended by TestCase
      extended by demos.antiSQLInjection.test.antiSQLInjectionTest

public class antiSQLInjectionTest
extends TestCase


Constructor Summary
antiSQLInjectionTest()
           
 
Method Summary
 void testAlways_false_condition()
           
 void testAlways_true_condition()
           
 void testComment_at_the_end_of_statement()
           
 void testNot_in_allowed_statement()
           
 void testStacking_queries()
           
 void testSyntaxError()
           
 void testUnion_set()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

antiSQLInjectionTest

public antiSQLInjectionTest()
Method Detail

testSyntaxError

public void testSyntaxError()

testAlways_true_condition

public void testAlways_true_condition()

testAlways_false_condition

public void testAlways_false_condition()

testComment_at_the_end_of_statement

public void testComment_at_the_end_of_statement()

testStacking_queries

public void testStacking_queries()

testUnion_set

public void testUnion_set()

testNot_in_allowed_statement

public void testNot_in_allowed_statement()