net.firstpartners.nounit.snippet.test
Class TestSnippetData

java.lang.Object
  |
  +--net.firstpartners.nounit.snippet.test.TestSnippetData

public class TestSnippetData
extends java.lang.Object

Provides standard information for testing Snippets


Constructor Summary
TestSnippetData()
           
 
Method Summary
static Snippets getSnippetCalledMethods()
          Mock up some SnippetMethods for testing
static Snippets getSnippetClasses()
          Mock up some SnippetClasses for testing
static Snippets getSnippetMethods()
          Mock up some SnippetMethods for testing
static Snippets getSnippetPackages()
          Mock up some SnippetClasses for testing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSnippetData

public TestSnippetData()
Method Detail

getSnippetPackages

public static Snippets getSnippetPackages()
Mock up some SnippetClasses for testing

getSnippetClasses

public static Snippets getSnippetClasses()
Mock up some SnippetClasses for testing

getSnippetMethods

public static Snippets getSnippetMethods()
Mock up some SnippetMethods for testing

getSnippetCalledMethods

public static Snippets getSnippetCalledMethods()
Mock up some SnippetMethods for testing