tiktok-dl/unitTestUtil/unitTestUtil.go

11 lines
118 B
Go
Raw Normal View History

2020-01-21 23:06:35 +00:00
package unittestutil
import (
"testing"
)
// TestUtil - Utility for testing
type TestUtil struct {
T *testing.T
}