{
public static void main(String[] args) throws Exception
{
if(args == null || args.length == 0 || "1".equals(args[0]))
{
GLinkServletTest test2 = new GLinkServletTest("command line");
test2.runAllTests();
}
if(args == null || args.length == 0 || "2".equals(args[0]))
{
GLinkPatternTest test5 = new GLinkPatternTest("command line");