Save This Page
Home » openjdk-7 » net.firstpartners.nounit » reader » bytecode » test » [javadoc | source]
net.firstpartners.nounit.reader.bytecode.test
public class: TestByteCodePackageSnippetFactory [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory
Test the Class Snippet Factory
Constructor:
 public TestByteCodePackageSnippetFactory(String name) 
    Constructor as required by Junit
    Parameters:
    name - to be displayed on testrunner
Method from net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory Summary:
main,   setUp,   suite,   tearDown,   testGetSnippetInfo
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.firstpartners.nounit.reader.bytecode.test.TestByteCodePackageSnippetFactory Detail:
 public static  void main(String[] args) 
    Enable Junit to run this Class individually
 public  void setUp() 
    Code run before each test
 public static Test suite() 
    Enable Junit to run this class as part of AllTests.java
 protected  void tearDown() 
    Code run after each test
 public  void testGetSnippetInfo() throws Exception