class Turn::TestMethod

def pass? ; !(@fail or @error) ; end

TODO: should this include `or @skip`?
def pass?  ; !(@fail or @error) ; end