Skip to content

Commit 619fbc2

Browse files
committed
Better test method names.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1078234 13f79535-47bb-0310-9956-ffa450edef68
1 parent 48b8666 commit 619fbc2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/test/org/apache/commons/codec/language/CaverphoneTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected StringEncoder createStringEncoder() {
4444
*
4545
* @throws EncoderException
4646
*/
47-
public void testDavidHoodRevisitedCommonCodeAT11111111() throws EncoderException {
47+
public void testCaverphoneRevisitedCommonCodeAT11111111() throws EncoderException {
4848
this.checkEncodingVariations("AT11111111", new String[]{
4949
"add",
5050
"aid",
@@ -68,7 +68,7 @@ public void testDavidHoodRevisitedCommonCodeAT11111111() throws EncoderException
6868
*
6969
* @throws EncoderException
7070
*/
71-
public void testDavidHoodRevisitedExamples() throws EncoderException {
71+
public void testCaverphoneRevisitedExamples() throws EncoderException {
7272
String[][] data = {{"Stevenson", "STFNSN1111"}, {"Peter", "PTA1111111"}};
7373
this.checkEncodings(data);
7474
}
@@ -78,7 +78,7 @@ public void testDavidHoodRevisitedExamples() throws EncoderException {
7878
*
7979
* @throws EncoderException
8080
*/
81-
public void testDavidHoodRevisitedRandomNameKLN1111111() throws EncoderException {
81+
public void testCaverphoneRevisitedRandomNameKLN1111111() throws EncoderException {
8282
this.checkEncodingVariations("KLN1111111", new String[]{
8383
"Cailean",
8484
"Calan",
@@ -169,7 +169,7 @@ public void testDavidHoodRevisitedRandomNameKLN1111111() throws EncoderException
169169
*
170170
* @throws EncoderException
171171
*/
172-
public void testDavidHoodRevisitedRandomNameTN11111111() throws EncoderException {
172+
public void testCaverphoneRevisitedRandomNameTN11111111() throws EncoderException {
173173
this.checkEncodingVariations("TN11111111", new String[]{
174174
"Dan",
175175
"Dane",
@@ -247,7 +247,7 @@ public void testDavidHoodRevisitedRandomNameTN11111111() throws EncoderException
247247
*
248248
* @throws EncoderException
249249
*/
250-
public void testDavidHoodRevisitedRandomNameTTA1111111() throws EncoderException {
250+
public void testCaverphoneRevisitedRandomNameTTA1111111() throws EncoderException {
251251
this.checkEncodingVariations("TTA1111111", new String[]{
252252
"Darda",
253253
"Datha",
@@ -324,7 +324,7 @@ public void testDavidHoodRevisitedRandomNameTTA1111111() throws EncoderException
324324
*
325325
* @throws EncoderException
326326
*/
327-
public void testDavidHoodRevisitedRandomWords() throws EncoderException {
327+
public void testCaverphoneRevisitedRandomWords() throws EncoderException {
328328
this.checkEncodingVariations("RTA1111111", new String[]{"rather", "ready", "writer"});
329329
this.checkEncoding("SSA1111111", "social");
330330
this.checkEncodingVariations("APA1111111", new String[]{"able", "appear"});

0 commit comments

Comments
 (0)