Package fit
Class SemaphoreFixture
- java.lang.Object
-
- fit.Fixture
-
- fit.SemaphoreFixture
-
public class SemaphoreFixture extends Fixture
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
-
-
Constructor Summary
Constructors Constructor Description SemaphoreFixture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
ClearSemaphores()
void
doRow(Parse row)
void
doTable(Parse table)
static boolean
lockSemaphore(java.lang.String name)
static boolean
unlockSemaphore(java.lang.String name)
-
Methods inherited from class fit.Fixture
callParseMethod, camel, check, ClearSymbols, counts, doCell, doCells, doRows, doTables, escape, escape, exception, getArgs, getArgsForTable, getLinkedFixtureWithArgs, getSymbol, getTargetClass, gray, handleBlankCell, hasParseMethod, hasSymbol, ignore, interpretTables, isFriendlyException, label, loadFixture, parse, right, setForcedAbort, setSymbol, wrong, wrong
-
-