Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Array tests
Declare which test methods should be run in which order
Methods
cleanup()
Called after tests have finished. This method will be called regarless whether the test succeeded or failed.
testImageFilter(methodName)
Helper method to test jala.ImageFilter. The argument specifies the desired method which will be applied to a source image. Then, the result is compared with a corresponding reference image which was created by the same method beforehand. Because comparing binary images is generally questionable, test errors do not necessarily mean there are flaws in the Jala code but of course can hint changes in the underlying Java code.
parameters
methodName
testSharpen()
A simple test of the sharpen method of jala.ImageFilter.
testUnsharpMask()
A simple test of the unsharpMask method of jala.ImageFilter.
testGaussianBlur()
A simple test of the gaussianBlur method of jala.ImageFilter.
Mon, 07 Apr 2008 15:01:51 GMT.

core framework

optional modules

java libraries