|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.sqlunit.test.TestingMethodsGenerator
public class TestingMethodsGenerator
This class provides dummy methods of various kinds to test the MethodInvokerHandler and DynamicSqlHandler functionality. permission bitmap and loads these into the database.
| Constructor Summary | |
|---|---|
TestingMethodsGenerator()
Default ctor. |
|
TestingMethodsGenerator(java.lang.String cArg)
Non-default ctor that takes a single String argument. |
|
| Method Summary | |
|---|---|
java.lang.String |
nonStaticWithArgsAndNullConstructor(java.lang.String anArg)
An example of a non-static method with a single String argument and with a null constructor for the class. |
java.lang.String |
nonStaticWithArgsWithConstructor(java.lang.String anArg)
An example of a non-static method with arguments and a non-null constructor for the class. |
java.lang.String |
nonStaticWithoutArgsAndNullConstructor()
An example of a non-static method without any arguments and with a null constructor for the class. |
java.lang.String |
nonStaticWithoutArgsWithConstructor()
An example of a non-static method without arguments and a non-null constructor for the class. |
static java.lang.String |
staticMethodWithArgs(java.lang.String anArg)
An example of a static method with arguments. |
static java.lang.String |
staticMethodWithoutArgs()
An example of a static method without arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestingMethodsGenerator()
public TestingMethodsGenerator(java.lang.String cArg)
cArg - the constructor argument.| Method Detail |
|---|
public static final java.lang.String staticMethodWithoutArgs()
public static final java.lang.String staticMethodWithArgs(java.lang.String anArg)
anArg - an argument to the method.
public final java.lang.String nonStaticWithoutArgsAndNullConstructor()
public final java.lang.String nonStaticWithArgsAndNullConstructor(java.lang.String anArg)
anArg - an argument to the method.
public final java.lang.String nonStaticWithoutArgsWithConstructor()
public final java.lang.String nonStaticWithArgsWithConstructor(java.lang.String anArg)
throws java.lang.Exception
anArg - an argument to the method.
java.lang.Exception - if the cArg is the same as anArg.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||