Go Test Documentation
A faster testing library using generics
Goals
- Faster debugging (Different types will be flagged up during compile time)
- Faster testing (No use of
reflect
to check types)
Functions
Compare Asserts
Pointer Asserts
Bool Asserts
Array Asserts