org.jcoderz.commons.logging
Class WhitespaceFormatTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.jcoderz.commons.TestCase
org.jcoderz.commons.logging.WhitespaceFormatTest
- All Implemented Interfaces:
- Test
public class WhitespaceFormatTest
- extends TestCase
This class tests the whitespace formatter.
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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 |
WhitespaceFormatTest
public WhitespaceFormatTest()
testSimpleWhiteSpace
public void testSimpleWhiteSpace()
- Tests formatting of strings, which contains only '?' as white space.
testTabWhiteSpace
public void testTabWhiteSpace()
- Tests formatting of strings, with tabs as white space.
testLfWhiteSpace
public void testLfWhiteSpace()
- Tests formatting of strings, with line feeds as white space.
testMixedWhiteSpace
public void testMixedWhiteSpace()
- Tests formatting of strings, with mixed whitespaces.
Copyright 2007 The jCoderZ Project.