ts-mockito icon indicating copy to clipboard operation
ts-mockito copied to clipboard

Can we get better docs for arg verification functions please?

Open IhsanMujdeci opened this issue 5 years ago • 2 comments

Looking at the source I can see we have functions such as deepEqual notNull, objectContaining which seem nice and are well named but aren't documented anywhere. Can you please document these and also document if custom verifications exist.

IhsanMujdeci avatar Dec 20 '19 00:12 IhsanMujdeci

So looks like people can make their own matchers if they want if they make a class that extends Matcher. https://github.com/NagRock/ts-mockito/blob/master/src/matcher/type/Matcher.ts

IhsanMujdeci avatar Dec 20 '19 00:12 IhsanMujdeci

Also just want to say this is a nicely written lib. Were you guys inspired by go and its standard naming and folder layouts?

IhsanMujdeci avatar Dec 20 '19 00:12 IhsanMujdeci