Uses of Class
org.jboss.jrunit.table.AxisReference

Packages that use AxisReference
org.jboss.jrunit.table   
 

Uses of AxisReference in org.jboss.jrunit.table
 

Methods in org.jboss.jrunit.table that return AxisReference
 AxisReference XrefsTableList.ValueContainer.getAxis(int axisNumber)
           
 AxisReference XrefsTableList.ValueContainer.getXrefReference()
           
 

Methods in org.jboss.jrunit.table with parameters of type AxisReference
 void XrefsTableList.addElement(AxisReference[] axisElement, double value)
           
 void XrefsTableList.ValueContainer.setXrefReference(AxisReference xrefReference)
           
 

Constructors in org.jboss.jrunit.table with parameters of type AxisReference
XrefsTableList.ValueContainer(AxisReference xrefReference)
           
 



JRunit, a JUnit extension for distributed client/server tests.