eg
Class Calculator

java.lang.Object
  extended by fit.Fixture
      extended by fit.ColumnFixture
          extended by eg.Calculator

public class Calculator
extends ColumnFixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
static eg.Calculator.HP35 hp
           
 java.lang.String key
           
 float volts
           
 
Fields inherited from class fit.ColumnFixture
columnBindings, hasExecuted
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
Calculator()
           
 
Method Summary
 void execute()
           
 boolean flash()
           
 boolean points()
           
 void reset()
           
 ScientificDouble t()
           
 float watts()
           
 ScientificDouble x()
           
 ScientificDouble y()
           
 ScientificDouble z()
           
 
Methods inherited from class fit.ColumnFixture
bind, bindField, bindMethod, check, doCell, doRow, doRows, getTargetClass
 
Methods inherited from class fit.Fixture
camel, counts, doCells, doTable, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

volts

public float volts

key

public java.lang.String key

hp

public static eg.Calculator.HP35 hp
Constructor Detail

Calculator

public Calculator()
Method Detail

points

public boolean points()

flash

public boolean flash()

watts

public float watts()

reset

public void reset()
Overrides:
reset in class ColumnFixture

execute

public void execute()
             throws java.lang.Exception
Overrides:
execute in class ColumnFixture
Throws:
java.lang.Exception

x

public ScientificDouble x()

y

public ScientificDouble y()

z

public ScientificDouble z()

t

public ScientificDouble t()


Copyright © 2011 Fit. All Rights Reserved.