ovechkin-dm / mockio

Mockito for golang
MIT License
73 stars 2 forks source link

Add strict verification option #54

Closed ovechkin-dm closed 4 months ago

ovechkin-dm commented 5 months ago

Add option StrictVerify() This option will require

ovechkin-dm commented 4 months ago

Added in v0.7.0 Example usage:

SetUp(t, mockopts.StrictVerify())

Setup options were moved to separate package mockopts in order to keep API cleaner