frysk.stepping
Class TestStepping.AssertLine

java.lang.Object
  extended by frysk.stepping.TestStepping.AssertLine
All Implemented Interfaces:
TestStepping.SteppingTest
Enclosing class:
TestStepping

private static class TestStepping.AssertLine
extends Object
implements TestStepping.SteppingTest


Field Summary
private  int success
           
private  Task task
           
 
Constructor Summary
TestStepping.AssertLine(int success, Task task)
           
 
Method Summary
 void runAssertions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

private final Task task

success

private final int success
Constructor Detail

TestStepping.AssertLine

TestStepping.AssertLine(int success,
                        Task task)
Method Detail

runAssertions

public void runAssertions()
Specified by:
runAssertions in interface TestStepping.SteppingTest