Severin Smith

Results 2 issues of Severin Smith

Given two unequal structs from another package with unexported fields assert.Equal will panic. Example with time package ``` package asserttest import ( "github.com/bmizerany/assert" "testing" "time" ) func TestBreakAssert(t *testing.T) {...

Should provide some basic unit tests for the system, probably using JUnit