petergtz / pegomock

Pegomock is a powerful, yet simple mocking framework for the Go programming language
Apache License 2.0
252 stars 28 forks source link

ginkgo_compatible package does not export certain matchers #80

Closed astefanova closed 4 years ago

astefanova commented 5 years ago

Hello,

ginkgo_compatible package does not export certain matchers, like: invocation count matchers (Once, Twice, etc.) and InOrderContext.

Is that on purpose? Or could we make a PR exporting those?

Kind regards, Adriana

petergtz commented 5 years ago

Hi @astefanova,

That's definitely not on purpose. I must have forgotten it. A PR is more than welcome! Thank you!

Peter

petergtz commented 5 years ago

@astefanova I've finally got around to do it myself. In case this is still interesting to you, it's on latest develop. Will merge it to master and make a new release soon.