tiktok-dl/unitTestUtil/unitTestUtil.go

11 lines
118 B
Go
Raw Normal View History

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