specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Add throws check #17

Closed MoMannn closed 6 years ago

MoMannn commented 6 years ago

Similar to how ctx.reverts works a functionality to check for a throw would be convenient.

Open zeppelin example

xpepermint commented 6 years ago

ctx.throws is already included.