CFC-Servers / GLuaTest

An exciting and nimble unit testing framework for GLua projects
https://discord.gg/epJK9Xx3pc
GNU General Public License v3.0
51 stars 2 forks source link

Finish the `calledWith` expectation #28

Open brandonsturgeon opened 1 year ago

brandonsturgeon commented 1 year ago

Simply, this is a very useful expectation and the code is almost all there. It just needs a little elbow grease.

Figuring out how it should work is the biggest hold up.

If it was called 10 times, should you be able to do calledWith( secondParam ) and have it work? Or does calledWith imply "called only with"?