Uses of Class
net.sf.jameleon.JameleonTagSupport

Packages that use JameleonTagSupport
net.sf.jameleon   
net.sf.jameleon.data   
net.sf.jameleon.function   
net.sf.jameleon.plugin.junit   
net.sf.jameleon.plugin.junit.tags   
net.sf.jameleon.sql   
 

Uses of JameleonTagSupport in net.sf.jameleon
 

Subclasses of JameleonTagSupport in net.sf.jameleon
 class AbstractCsvTag
          This DataDrivable tag is an implementation of a CSV data source.
 class CsvTag
          Iterates over all nested tags one time per row of a CSV file.
 class SessionTag
          A Session is the state of an application from one functional point to the next.
 class TestCaseTag
          Every test case script must have at least one testcase tag containing all other Jameleon tags.
 class TestScriptTag
          This is currently a tag meant to be nested inside the test-suite tag.
 class TestSuiteTag
          This is currently a tag meant to group several test case scripts together into a test suite.
 class WaitTag
          Wait for the given number of milliseconds.
 

Uses of JameleonTagSupport in net.sf.jameleon.data
 

Subclasses of JameleonTagSupport in net.sf.jameleon.data
 class AbstractDataDrivableTag
          This is a basic implementation of DataDrivable.
 class AbstractFileDrivableTag
          This DataDrivable implementation is for file based data sources.
 class IterateTag
          Iterates over all nested tags one time per object in a Collection.
 class SqlTag
          Used to iterate over all tags it is surrounding one time per row in a SQL ResultSet.
 

Uses of JameleonTagSupport in net.sf.jameleon.function
 

Subclasses of JameleonTagSupport in net.sf.jameleon.function
 class FunctionDocTag
          Documents a single step of a test case.
 class FunctionTag
           Represents an abstract function point that does a lot behind the scenes for the function point developer.
 

Uses of JameleonTagSupport in net.sf.jameleon.plugin.junit
 

Subclasses of JameleonTagSupport in net.sf.jameleon.plugin.junit
 class ExecuteJameleonScriptTag
          Used to acceptance test Jameleon tags.
 class JUnitFunctionTag
          This is a simple extension of the FunctionTag used for unit testing Jameleon.
 class JUnitSessionTag
          A Session for the JUnit plug-in.
 

Uses of JameleonTagSupport in net.sf.jameleon.plugin.junit.tags
 

Subclasses of JameleonTagSupport in net.sf.jameleon.plugin.junit.tags
 class AbstractAssertTag
          An abstract tag used for the JUnit assert tags.
 class AssertEqualsTag
          Performs an assertEquals on two variables.
 class AssertNotNullTag
          Performs an assertNotNull on a given variable.
 class AssertNullTag
          Performs an assertNull on a given variable.
 class AssertTrueTag
          Performs an assertTrue on a given expression.
 

Uses of JameleonTagSupport in net.sf.jameleon.sql
 

Subclasses of JameleonTagSupport in net.sf.jameleon.sql
 class AbstractSqlTag
          An abstract class used to execute SQL.
 class SqlUpdateTag
          Runs a delete or update SQL statement against the database.
 



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.