klyn.unittest.TestClassResult.passed
property
public readonly property passed as Boolean:
Description

Indicates whether the class and all of its methods passed.

Example
assert result.passed == (result.failedMethodCount == 0)