File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/owasp/esapi/codecs/abstraction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
* <br/>
31
31
* Sub-classes are expected to provide instances of {@link CodecCharacterTestTuple} to this instance.
32
32
* <br/>
33
- * For better test naming output specify {@link CodecCharacterTestTuple#description} and use {@ code} @Parameters (name="{0}")} ,
33
+ * For better test naming output specify {@link CodecCharacterTestTuple#description} and use < code> @Parameters (name="{0}")</code> ,
34
34
* where '0' is the index that the CodecCharacterTestTuple reference appears in the constructor.
35
35
*/
36
36
@ RunWith (Parameterized .class )
@@ -88,7 +88,7 @@ public void testEncode() {
88
88
assertEquals (expected , codec .encode (encodeImmune , decodedValue .toString ()));
89
89
}
90
90
91
- /** Checks that decoding the input value yeilds the decodedValue.*/
91
+ /** Checks that decoding the input value yields the decodedValue.*/
92
92
@ Test
93
93
public void testDecode () {
94
94
assertEquals (decodedValue .toString (), codec .decode (input ));
You can’t perform that action at this time.
0 commit comments