Skip to content

some testing wrapper functions enough for simple need

License

Notifications You must be signed in to change notification settings

gol-gol/golassert

Repository files navigation

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{})

About

some testing wrapper functions enough for simple need

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages