org.apache.ldap.clients.ldaptest
Class LdapTester

java.lang.Object
  extended by 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.


Nested Class Summary
(package private)  class LdapTester.ExitMenuListener
           
(package private)  class LdapTester.RefreshOutputListener
           
(package private)  class LdapTester.SessionWindowListener
           
(package private)  class LdapTester.TestCaseWindowListener
           
 
Field Summary
(package private)  TestConfiguration m_config
           
(package private)  javax.swing.JTextArea output
           
(package private)  javax.swing.JScrollPane scrollPane
           
 
Constructor Summary
LdapTester(java.lang.String a_fileName)
           
 
Method Summary
 java.awt.Container createContentPane()
           
 javax.swing.JMenuBar createMenuBar()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output

javax.swing.JTextArea output

scrollPane

javax.swing.JScrollPane scrollPane

m_config

TestConfiguration m_config
Constructor Detail

LdapTester

public LdapTester(java.lang.String a_fileName)
Method Detail

createMenuBar

public javax.swing.JMenuBar createMenuBar()

createContentPane

public java.awt.Container createContentPane()

main

public static void main(java.lang.String[] args)