org.apache.ldap.clients.ldaptest
Class LdapTester
java.lang.Object
org.apache.ldap.clients.ldaptest.LdapTester
public class LdapTester
- extends java.lang.Object
Main for the LdapTester application. This app will run tests against
an ldap server or set of servers. The user will define host sessions and
test cases. Each session will contain connection information to the
Ldap Server. The test cases will be ldap operations. Test runs will
be created and will contain the sessions and cases to be performed.
|
Constructor Summary |
LdapTester(java.lang.String a_fileName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
javax.swing.JTextArea output
scrollPane
javax.swing.JScrollPane scrollPane
m_config
TestConfiguration m_config
LdapTester
public LdapTester(java.lang.String a_fileName)
createMenuBar
public javax.swing.JMenuBar createMenuBar()
createContentPane
public java.awt.Container createContentPane()
main
public static void main(java.lang.String[] args)