org.eclipse.mylyn.internal.wikitext.twiki.core.validation
Class ListWhitespaceValidationRuleTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.internal.wikitext.twiki.core.validation.ListWhitespaceValidationRuleTest
All Implemented Interfaces:
junit.framework.Test

public class ListWhitespaceValidationRuleTest
extends junit.framework.TestCase


Constructor Summary
ListWhitespaceValidationRuleTest()
           
 
Method Summary
protected  void setUp()
           
 void testNegativeMatch()
           
 void testNegativeMatchNumeric()
           
 void testPositiveMatchFirstItemNotMultipleOf3()
           
 void testPositiveMatchNoFollowingWhitespace()
           
 void testPositiveMatchNumeric()
           
 void testPositiveMatchSecondItemNotMultipleOf3()
           
 void testPositiveMatchSecondItemTab()
           
 void testPositiveMatchStartOfInput()
           
 void testPositiveMatchStartOfLine()
           
 
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

ListWhitespaceValidationRuleTest

public ListWhitespaceValidationRuleTest()
Method Detail

setUp

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

testNegativeMatch

public void testNegativeMatch()

testPositiveMatchSecondItemNotMultipleOf3

public void testPositiveMatchSecondItemNotMultipleOf3()

testPositiveMatchSecondItemTab

public void testPositiveMatchSecondItemTab()

testPositiveMatchFirstItemNotMultipleOf3

public void testPositiveMatchFirstItemNotMultipleOf3()

testPositiveMatchStartOfLine

public void testPositiveMatchStartOfLine()

testPositiveMatchStartOfInput

public void testPositiveMatchStartOfInput()

testPositiveMatchNoFollowingWhitespace

public void testPositiveMatchNoFollowingWhitespace()

testNegativeMatchNumeric

public void testNegativeMatchNumeric()

testPositiveMatchNumeric

public void testPositiveMatchNumeric()


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