| |
Methods defined here:
- AddValue(self, value)
- __init__(self, story)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- failed
- Whether the current run failed.
To be precise: returns true if there is a FailureValue but not
SkipValue in self.values.
- ok
- Whether the current run is still ok.
To be precise: returns true if there is neither FailureValue nor
SkipValue in self.values.
- skipped
- Whether the current run is being skipped.
To be precise: returns true if there is any SkipValue in self.values.
- story
- values
- The values that correspond to this story run.
|