|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ldap.clients.ldaptest.LdapTestCase
public class LdapTestCase
Interface into the LDAP TEST case. This will define a test case, which is the ldap operation and the parameters that go along with it. These cases will be paired up with session for test runs.
| Field Summary | |
|---|---|
static int |
ADD
|
static int |
BIND
|
static int |
DELETE
|
static int |
MODIFY
|
static int |
MODIFYDN
|
static int |
SEARCH
|
| Constructor Summary | |
|---|---|
LdapTestCase()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getArgs()
Get the command line arguments for the operation. |
int |
getOperation()
Get the LDAP Operation to perform. |
java.lang.String |
getTestCaseDescription()
Get the session description |
java.lang.String |
getTestCaseName()
Get the session name |
void |
setArgs(java.lang.String a_string)
Set the command line arguments for the operation |
void |
setOperation(int a_int)
Set the LDAP Operation to perform. |
void |
setTestCaseDescription(java.lang.String a_string)
Set the testCase description |
void |
setTestCaseName(java.lang.String a_string)
Set the testCase name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ADD
public static final int DELETE
public static final int MODIFY
public static final int MODIFYDN
public static final int BIND
public static final int SEARCH
| Constructor Detail |
|---|
public LdapTestCase()
| Method Detail |
|---|
public java.lang.String getArgs()
public int getOperation()
public void setArgs(java.lang.String a_string)
a_string - arguments, just as they would appear from a command linepublic void setOperation(int a_int)
a_string - LDAP Operation to performpublic java.lang.String getTestCaseDescription()
public java.lang.String getTestCaseName()
public void setTestCaseDescription(java.lang.String a_string)
a_string - testCase descriptionpublic void setTestCaseName(java.lang.String a_string)
a_string - testCase name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||