📄️ The Task Class
The Task class is the core construct of Cadence.
📄️ Lifecycle Decorators
The Task class can read a series of lifecycle methods. The structure is inspired by unit tests.
📄️ Task Result
Each step calculates to either a pass or fail. A task by default passes. The following conditions cause a test to fail: