Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages