Uses of Class
fit.Parse

Packages that use Parse
eg   
fat   
fit   
 

Uses of Parse in eg
 

Fields in eg declared as Parse
protected  Parse AllCombinations.row
           
protected  Parse ExampleTests.tables
           
 

Methods in eg with parameters of type Parse
 void ArithmeticFixture.doCell(Parse cell, int column)
           
 void AllPairs.Setup.doCell(Parse cell, int i)
           
protected  void AllFiles.doFiles(Parse row, java.util.List files)
           
 void AllFiles.doRow(Parse row)
           
 void ExampleTests.doRow(Parse row)
           
protected  void AllCombinations.doRow(Parse row, java.util.List files)
           
protected  void AllFiles.doRow(Parse row, java.util.List files)
           
 void ArithmeticFixture.doRows(Parse rows)
           
 void ColumnIndex.doRows(Parse rows)
           
 void AllCombinations.doTable(Parse table)
           
 void AllPairs.Setup.doTable(Parse table)
           
protected  void AllFiles.run(java.io.File path, Fixture fixture, Parse cells)
           
 void ExampleTests.wrong(Parse cell)
           
 

Uses of Parse in fat
 

Fields in fat declared as Parse
static Parse Table.table
           
 

Methods in fat with parameters of type Parse
protected  Counts Tests.count(Parse data)
           
 void Tests.doCell(Parse cell, int column)
           
 void StandardAnnotationFixture.doCell(Parse cell, int column)
           
 void Equals.doCell(Parse cell, int col)
           
 void Color.doCell(Parse cell, int columnNumber)
           
 void Color.doRow(Parse row)
           
 void Table.doRows(Parse rows)
           
 void Tests.doRows(Parse rows)
           
 void Equals.doRows(Parse rows)
           
 void Color.doRows(Parse rows)
           
static Tests.Color Tests.Color.parse(Parse cell)
           
 void Tests.performTest(Parse cell, java.lang.String runscript, java.lang.String page)
           
 

Uses of Parse in fit
 

Fields in fit declared as Parse
protected  Parse ActionFixture.cells
           
 Parse Parse.more
           
 Parse Parse.parts
           
 Parse FileRunner.tables
           
 

Methods in fit that return Parse
 Parse Parse.at(int i)
           
 Parse Parse.at(int i, int j)
           
 Parse Parse.at(int i, int j, int k)
           
protected  Parse RowFixture.buildCells(java.lang.Object row)
           
protected  Parse RowFixture.buildRows(java.lang.Object[] rows)
           
 Parse Fixture.fixtureName(Parse tables)
           
 Parse Parse.last()
           
 Parse Parse.leaf()
           
protected  Parse Summary.rows(java.util.Iterator keys)
           
 Parse TimedActionFixture.td(java.lang.String body)
           
protected  Parse Summary.td(java.lang.String body, Parse more)
           
protected  Parse Summary.tr(Parse parts, Parse more)
           
 

Methods in fit with parameters of type Parse
protected  void ColumnFixture.bind(Parse heads)
           
 void PrimitiveFixture.check(Parse cell, boolean value)
           
 void PrimitiveFixture.check(Parse cell, double value)
           
 void PrimitiveFixture.check(Parse cell, long value)
           
 void PrimitiveFixture.check(Parse cell, java.lang.String value)
           
 void ColumnFixture.check(Parse cell, TypeAdapter a)
           
 void Fixture.check(Parse cell, TypeAdapter a)
           
 void ColumnFixture.doCell(Parse cell, int column)
           
 void Fixture.doCell(Parse cell, int columnNumber)
           
 void ActionFixture.doCells(Parse cells)
           
 void TimedActionFixture.doCells(Parse cells)
           
 void Fixture.doCells(Parse cells)
           
 void ColumnFixture.doRow(Parse row)
           
 void Fixture.doRow(Parse row)
           
 void RowFixture.doRows(Parse rows)
           
 void ColumnFixture.doRows(Parse rows)
           
 void Fixture.doRows(Parse rows)
           
 void Summary.doTable(Parse table)
           
 void TimedActionFixture.doTable(Parse table)
           
 void Fixture.doTable(Parse table)
           
 void Fixture.doTables(Parse tables)
           
 void Fixture.error(Parse cell, java.lang.String message)
           
 void Fixture.exception(Parse cell, java.lang.Throwable exception)
           
 Parse Fixture.fixtureName(Parse tables)
           
protected  void Fixture.getArgsForTable(Parse table)
           
protected  Fixture Fixture.getLinkedFixtureWithArgs(Parse tables)
           
 void Fixture.ignore(Parse cell)
           
 void Fixture.info(Parse cell, java.lang.String message)
           
protected  void Fixture.interpretTables(Parse tables)
           
protected  java.util.List RowFixture.list(Parse rows)
           
protected  void Summary.mark(Parse row)
           
protected  void RowFixture.mark(Parse rows, java.lang.String message)
           
static boolean PrimitiveFixture.parseBoolean(Parse cell)
           
static double PrimitiveFixture.parseDouble(Parse cell)
           
static long PrimitiveFixture.parseLong(Parse cell)
           
 void Fixture.right(Parse cell)
           
protected  Parse Summary.td(java.lang.String body, Parse more)
           
protected  Parse Summary.tr(Parse parts, Parse more)
           
 void Fixture.wrong(Parse cell)
           
 void Fixture.wrong(Parse cell, java.lang.String actual)
           
 

Constructors in fit with parameters of type Parse
Parse(java.lang.String tag, java.lang.String body, Parse parts, Parse more)
           
 



Copyright © 2011 Fit. All Rights Reserved.