unitee.client
Class UniteeClient

java.lang.Object
  |
  +--unitee.client.UniteeClient

public class UniteeClient
extends java.lang.Object

A console based management tool for Unitee.


Method Summary
static void main(java.lang.String[] args)
          usage: java unitee.UniteeClient [options] options are: --output prints the output to the file --html to print the output as HTML --tree prints the tree of the test --server connects to a Unitee server -s or --add-test-suite adds a new test suite -c or --add-test-case adds a new test case -r or --remove removes a test -p or --edit-parameters edit the parmeters of the test, can edit parameters of a new created test
 void run(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
usage: java unitee.UniteeClient [options] options are: --output prints the output to the file --html to print the output as HTML --tree prints the tree of the test --server connects to a Unitee server -s or --add-test-suite adds a new test suite -c or --add-test-case adds a new test case -r or --remove removes a test -p or --edit-parameters edit the parmeters of the test, can edit parameters of a new created test

run

public void run(java.lang.String[] args)