| |
|
| net.firstpartners.nounit.reader.bytecode.test.TestByteCodeMethodSnippetFactory
TestByteCodeMethodSnippetFactory | public class TestByteCodeMethodSnippetFactory extends TestCase (Code) | | Test the Method Snippet Factory
|
Field Summary | |
static Logger | log |
TestByteCodeMethodSnippetFactory | public TestByteCodeMethodSnippetFactory(String name)(Code) | | Constructor as required by Junit
Parameters: name - to be displayed on testrunner |
main | public static void main(String[] args)(Code) | | Enable Junit to run this Class individually
Parameters: args - |
setUp | public void setUp()(Code) | | Code run before each test
|
suite | public static Test suite()(Code) | | Enable Junit to run this class as part of AllTests.java
TestSuite |
tearDown | protected void tearDown()(Code) | | Code run after each test
|
testConvertMethodsAsSnippets | public void testConvertMethodsAsSnippets() throws Exception(Code) | | |
testParameterStringConversion | public void testParameterStringConversion() throws Exception(Code) | | Test the breaking of the parameter String (tag info) into Hashtable
|
|
|
|