Uses of Interface
net.sf.jameleon.function.Attributable

Packages that use Attributable
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 Attributable in net.sf.jameleon
 

Classes in net.sf.jameleon that implement Attributable
 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 JameleonTagSupport
          JameleonTagSupport is an implementation of DynaTag.
 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 Attributable in net.sf.jameleon.data
 

Classes in net.sf.jameleon.data that implement Attributable
 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 Attributable in net.sf.jameleon.function
 

Classes in net.sf.jameleon.function that implement Attributable
 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.
 

Fields in net.sf.jameleon.function declared as Attributable
protected  Attributable AttributeBroker.consumer
          The instance of the Attributable to which the values will be transfered to
 

Constructors in net.sf.jameleon.function with parameters of type Attributable
AttributeBroker(Attributable consumer)
          An Attributable is required to instaniate this class.
 

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

Classes in net.sf.jameleon.plugin.junit that implement Attributable
 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 Attributable in net.sf.jameleon.plugin.junit.tags
 

Classes in net.sf.jameleon.plugin.junit.tags that implement Attributable
 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 Attributable in net.sf.jameleon.sql
 

Classes in net.sf.jameleon.sql that implement Attributable
 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.