malsyned / pfstest

Professional Firmware Services Unit Test Framework
Other
1 stars 0 forks source link

Shorthand assertion for booleans #20

Closed malsyned closed 6 years ago

malsyned commented 6 years ago

I'm finding it cumbersome to write assert_that("", the_bool(...), is_the_bool(true)); I would prefer assert_true("", the_bool(...))