org.zkoss.ztl.util
Class ZtlGenerator

java.lang.Object
  extended by org.zkoss.ztl.util.ZtlGenerator

public class ZtlGenerator
extends java.lang.Object

The ZTL generator that generates the Java class from ZTL file to Selenium test case.

Usage:

  1. Generate the java class.
    java org.zkoss.ztl.util.ZtlGenerator -src ./test -dest ./codegen
  2. Run all of test cases that match with the tags
    java org.zkoss.ztl.util.ZtlGenerator -run [srcdir] [grid,listbox,button...]

Author:
jumperchen

Constructor Summary
ZtlGenerator()
           
 
Method Summary
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
 

Constructor Detail

ZtlGenerator

public ZtlGenerator()
Method Detail

main

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


Copyright © 2015. All Rights Reserved.