ca.quine.jcommons.sourcegen.test
Class MethodSourceTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--ca.quine.jcommons.sourcegen.test.MethodSourceTest
All Implemented Interfaces:
junit.framework.Test

public class MethodSourceTest
extends junit.framework.TestCase


Constructor Summary
MethodSourceTest()
           
 
Method Summary
 void testMakeFormattableListForSignature0Args()
           
 void testMakeFormattableListForSignature0ArgsException()
           
 void testMakeFormattableListForSignature1Arg()
           
 void testMakeFormattableListForSignature1Arg2Exceptions()
           
 void testMakeFormattableListForSignature1ArgException()
           
 void testMakeFormattableListForSignature2Args()
           
 void testMakeFormattableListForSignature2Args2Exceptions()
           
 void testMakeFormattableListForSignature3Args()
           
 void testMethodCodeLinesSpaceConversion()
          Ensure tabs in code lines are correctly turned into the correct number of spaces if space indenting has been turned on.
 void testMethodDeclOneParam()
           
 void testMethodDeclOnTwoLines()
           
 void testMethodDeclOnTwoLinesWithThrows()
           
 void testMethodNoParamNoExceptions()
           
 void testMethodNoParams()
           
 void testMethodWithExceptions()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodSourceTest

public MethodSourceTest()
Method Detail

testMakeFormattableListForSignature0Args

public void testMakeFormattableListForSignature0Args()

testMakeFormattableListForSignature1Arg

public void testMakeFormattableListForSignature1Arg()

testMakeFormattableListForSignature2Args

public void testMakeFormattableListForSignature2Args()

testMakeFormattableListForSignature3Args

public void testMakeFormattableListForSignature3Args()

testMakeFormattableListForSignature0ArgsException

public void testMakeFormattableListForSignature0ArgsException()

testMakeFormattableListForSignature1ArgException

public void testMakeFormattableListForSignature1ArgException()

testMakeFormattableListForSignature1Arg2Exceptions

public void testMakeFormattableListForSignature1Arg2Exceptions()

testMakeFormattableListForSignature2Args2Exceptions

public void testMakeFormattableListForSignature2Args2Exceptions()

testMethodNoParamNoExceptions

public void testMethodNoParamNoExceptions()

testMethodNoParams

public void testMethodNoParams()

testMethodWithExceptions

public void testMethodWithExceptions()

testMethodDeclOneParam

public void testMethodDeclOneParam()

testMethodDeclOnTwoLines

public void testMethodDeclOnTwoLines()

testMethodDeclOnTwoLinesWithThrows

public void testMethodDeclOnTwoLinesWithThrows()

testMethodCodeLinesSpaceConversion

public void testMethodCodeLinesSpaceConversion()
Ensure tabs in code lines are correctly turned into the correct number of spaces if space indenting has been turned on.