Skip to content

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GUnit GoDocLicenseBuild StatusCoverage Status

Assertion library for golang!

Getting started

To get the package, execute:

go get github.com/mockupcode/gunit 

To import this package, add the following line to your code:

import "github.com/mockupcode/gunit/assert"

And just start using it.

import (
"testing""github.com/mockupcode/gunit/assert"
)
funcTestAssertion(t*testing.T){
assert:=assert.GetAssertion(t)
assert.Equal("string","string")
}

License

GUnit is a free software and may be used under the terms specified in the LICENSE file.

About

Golang Test Framework

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages