Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 479 Bytes

golassert

few helper/wrapper functions for testing.T assertions

extracted from an older pandora box of such packages at abhishekkr/gol

Public Functions

  • Type(t *testing.T, expected interface{}, result interface{})
  • NotType(t *testing.T, expected interface{}, result interface{})
  • Equal(t *testing.T, expected interface{}, result interface{})
  • NotEqual(t *testing.T, expected interface{}, result interface{})