| java.lang.Object ca.forklabs.media.jai.AllTests
AllTests | public class AllTests (Code) | | Class
AllTests is the master test suite for the
jai-operators project.
author: Daniel Léonard version: $Revision: 1.6 $ |
Method Summary | |
public static void | main(String... args) Runs only this test suite. | public static Test | suite() Builds the test suite. |
main | public static void main(String... args)(Code) | | Runs only this test suite.
Parameters: args - ignored. |
suite | public static Test suite()(Code) | | Builds the test suite.
the test suite. |
|
|