org.apache.tika.utils
Class RegexUtilsTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.utils.RegexUtilsTest

public class RegexUtilsTest
extends TestCase

Test case for RegexUtils.

Version:
$Revision$ $Date$

Constructor Summary
RegexUtilsTest()
           
 
Method Summary
 void testExtractLinksFtp()
          Test RegexUtils.extractLinks(String) for ftp.
 void testExtractLinksHttp()
          Test RegexUtils.extractLinks(String) for http.
 void testExtractLinksNone()
          Test RegexUtils.extractLinks(String) with no links.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexUtilsTest

public RegexUtilsTest()
Method Detail

testExtractLinksNone

public void testExtractLinksNone()
Test RegexUtils.extractLinks(String) with no links.


testExtractLinksHttp

public void testExtractLinksHttp()
Test RegexUtils.extractLinks(String) for http.


testExtractLinksFtp

public void testExtractLinksFtp()
Test RegexUtils.extractLinks(String) for ftp.



Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.