Skip to content

Commit 751ac3a

Browse files
committed
fix type in test case javadoc
1 parent f4e0d63 commit 751ac3a

18 files changed

+18
-18
lines changed

jsp/src/test/java/org/owasp/encoder/tag/EncodingTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public abstract class EncodingTagTest extends TestCase {
5454
protected MockHttpServletResponse _response;
5555

5656
/**
57-
* Contructor for the EncodingTagTest
57+
* Constructor for the EncodingTagTest
5858
* @param testName the name of the test
5959
*/
6060
public EncodingTagTest(String testName) {

jsp/src/test/java/org/owasp/encoder/tag/ForCDATATagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCDATATag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForCssStringTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCssStringTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForCssUrlTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForCssUrlTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlAttributeTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlContentTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlContentTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForHtmlUnquotedAttributeTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForHtmlUnquotedAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptAttributeTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForJavaScriptAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptBlockTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForJavaScriptBlockTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptSourceTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForJavaScriptSourceTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForJavaScriptTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected void tearDown() throws Exception {
2828
/**
2929
* Test of doTag method, of class ForJavaScriptTag.
3030
* This is a very simple test that doesn't fully
31-
* excersize/test the encoder - only that the
31+
* exercise/test the encoder - only that the
3232
* tag itself works.
3333
* @throws Exception is thrown if the tag fails.
3434
*/

jsp/src/test/java/org/owasp/encoder/tag/ForUriComponentTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForUriComponentTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForUriTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForUriTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForXmlAttributeTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForXmlAttributeTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForXmlCommentTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForXmlCommentTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForXmlContentTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForXmlContentTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

jsp/src/test/java/org/owasp/encoder/tag/ForXmlTagTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected void tearDown() throws Exception {
5959
/**
6060
* Test of doTag method, of class ForXmlTag.
6161
* This is a very simple test that doesn't fully
62-
* excersize/test the encoder - only that the
62+
* exercise/test the encoder - only that the
6363
* tag itself works.
6464
* @throws Exception is thrown if the tag fails.
6565
*/

0 commit comments

Comments
 (0)