Fields and methods of the jala.Test class.
	
    
    | 
    
        Class Summary
    
     | 
    
    
    
    | jala.Test | 
    Provides various methods for automated tests. | 
    
    
    
    | jala.Test.ArgumentsException | 
    Instances of this exception are thrown whenever an assertion
 function is called with incorrect or insufficient arguments
  | 
    
    
    
    | jala.Test.DatabaseMgr | 
    Instances of this class allow managing test databases
 and switching a running application to an in-memory test
 database to use within a unit test. | 
    
    
    
    | jala.Test.EvaluatorException | 
    Instances of this exception are thrown when attempt
 to evaluate the test code fails. | 
    
    
    
    | jala.Test.Exception | 
    Base exception class
  | 
    
    
    
    | jala.Test.HttpClient | 
    Instances of this class represent a http client useable for
 testing, as any session cookies received by the tested application
 are stored and used for subsequent requests, allowing simple "walkthrough"
 tests. | 
    
    
    
    | jala.Test.SmtpServer | 
    Instances of this class represent an SMTP server listening on
 localhost. | 
    
    
    
    | jala.Test.SmtpServer.Message | 
    Instances of this class represent a mail message received
 by the SMTP server
  | 
    
    
    
    | jala.Test.TestException | 
    Instances of this exception are thrown whenever an
 assertion function fails
  | 
    
    
    
    | jala.Test.TestFunctionResult | 
    Instances of this class represent the result of the successful
 execution of a single test function (failed executions will be represented
 as Exceptions in the log of a test result). | 
    
    
    
    | jala.Test.TestResult | 
    Instances of this class represent the result of the execution
 of a single test file
  |