Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make IsFalse and IsTrue optional if boolean argument is used #44

Open
marcosnils opened this issue Nov 18, 2014 · 1 comment
Open

Make IsFalse and IsTrue optional if boolean argument is used #44

marcosnils opened this issue Nov 18, 2014 · 1 comment

Comments

@marcosnils
Copy link
Member

g.Assert(bool).IsTrue() 
//Should be changed for
g.Assert(bool)
//Where tests will succeed if bool is true and fail if false 
@xetorthio
Copy link
Contributor

Not sure if it is possible. But lets give it a try!

@marcosnils marcosnils changed the title Make IsFalse and IsFalse optional if boolean argument is used Make IsFalse and IsTrue optional if boolean argument is used Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants