DEBSOURCES
Skip Quicknav
sources / golang-go-dbus / 1~bzr20150122-3 / suite_test.go
1234567891011121314
package dbus import ( . "gopkg.in/check.v1" "testing" ) func TestAll(t *testing.T) { TestingT(t) } type S struct{} var _ = Suite(&S{})