mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Add initial unit testing framework. See #438.
This commit is contained in:
1
apache2/t/operators/beginsWith.t
Normal file
1
apache2/t/operators/beginsWith.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/contains.t
Normal file
1
apache2/t/operators/contains.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/containsWord.t
Normal file
1
apache2/t/operators/containsWord.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/endsWith.t
Normal file
1
apache2/t/operators/endsWith.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/eq.t
Normal file
1
apache2/t/operators/eq.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/ge.t
Normal file
1
apache2/t/operators/ge.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/geoLookup.t
Normal file
1
apache2/t/operators/geoLookup.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/gt.t
Normal file
1
apache2/t/operators/gt.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/inspectFile.t
Normal file
1
apache2/t/operators/inspectFile.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/le.t
Normal file
1
apache2/t/operators/le.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/lt.t
Normal file
1
apache2/t/operators/lt.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/m.t
Normal file
1
apache2/t/operators/m.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/noMatch.t
Normal file
1
apache2/t/operators/noMatch.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/pm.t
Normal file
1
apache2/t/operators/pm.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/pmFromFile.t
Normal file
1
apache2/t/operators/pmFromFile.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/rbl.t
Normal file
1
apache2/t/operators/rbl.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/rx.t
Normal file
1
apache2/t/operators/rx.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/streq.t
Normal file
1
apache2/t/operators/streq.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/unconditionalMatch.t
Normal file
1
apache2/t/operators/unconditionalMatch.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/validateByteRange.t
Normal file
1
apache2/t/operators/validateByteRange.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/validateDTD.t
Normal file
1
apache2/t/operators/validateDTD.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/validateSchema.t
Normal file
1
apache2/t/operators/validateSchema.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/validateUrlEncoding.t
Normal file
1
apache2/t/operators/validateUrlEncoding.t
Normal file
@@ -0,0 +1 @@
|
||||
|
1
apache2/t/operators/validateUtf8Encoding.t
Normal file
1
apache2/t/operators/validateUtf8Encoding.t
Normal file
@@ -0,0 +1 @@
|
||||
|
7
apache2/t/operators/verifyCC.t
Normal file
7
apache2/t/operators/verifyCC.t
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
type => "operators",
|
||||
name => "verifyCC",
|
||||
param => "\d{15,16}",
|
||||
input => "1234567890123456",
|
||||
rc => 0,
|
||||
},
|
1
apache2/t/operators/within.t
Normal file
1
apache2/t/operators/within.t
Normal file
@@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user