org.eclipse.mylyn.wikitext.core.parser.markup.token
Class ImpliedHyperlinkReplacementTokenTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.wikitext.core.parser.markup.token.ImpliedHyperlinkReplacementTokenTest
All Implemented Interfaces:
junit.framework.Test

public class ImpliedHyperlinkReplacementTokenTest
extends junit.framework.TestCase

tests for ImpliedHyperlinkReplacementToken

Author:
David Green
See Also:
ImpliedHyperlinkReplacementToken

Constructor Summary
ImpliedHyperlinkReplacementTokenTest()
           
 
Method Summary
protected  void setUp()
           
 void testGroupCount()
           
 void testSimple()
           
 void testSimpleAtNonZeroOffset()
           
 void testSimpleEndingWithComma()
           
 void testSimpleEndingWithDot()
           
 void testSimpleEndingWithParen()
           
 void testUrlWithHash()
           
 void testUrlWithHttps()
           
 void testUrlWithParams()
           
 void testUrlWithPercentHex()
           
 void testUrlWithSpace()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImpliedHyperlinkReplacementTokenTest

public ImpliedHyperlinkReplacementTokenTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testGroupCount

public void testGroupCount()

testSimple

public void testSimple()

testSimpleAtNonZeroOffset

public void testSimpleAtNonZeroOffset()

testSimpleEndingWithDot

public void testSimpleEndingWithDot()

testSimpleEndingWithComma

public void testSimpleEndingWithComma()

testSimpleEndingWithParen

public void testSimpleEndingWithParen()

testUrlWithParams

public void testUrlWithParams()

testUrlWithPercentHex

public void testUrlWithPercentHex()

testUrlWithSpace

public void testUrlWithSpace()

testUrlWithHttps

public void testUrlWithHttps()

testUrlWithHash

public void testUrlWithHash()


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.