type testing.common

38 uses

	testing (current package)
		benchmark.go#L94: 	common
		benchmark.go#L533: 		common: common{
		benchmark.go#L568: 					common: common{
		benchmark.go#L631: 		common: common{
		benchmark.go#L807: 		common: common{
		match.go#L50: func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
		testing.go#L385: type common struct {
		testing.go#L406: 	parent   *common
		testing.go#L459: func (c *common) frameSkip(skip int) runtime.Frame {
		testing.go#L530: func (c *common) decorate(s string, skip int) string {
		testing.go#L568: func (c *common) flushToParent(testName, format string, args ...interface{}) {
		testing.go#L601: 	c *common
		testing.go#L667: 	common
		testing.go#L672: func (c *common) private() {}
		testing.go#L675: func (c *common) Name() string {
		testing.go#L679: func (c *common) setRan() {
		testing.go#L689: func (c *common) Fail() {
		testing.go#L703: func (c *common) Failed() bool {
		testing.go#L718: func (c *common) FailNow() {
		testing.go#L745: func (c *common) log(s string) {
		testing.go#L750: func (c *common) logDepth(s string, depth int) {
		testing.go#L785: func (c *common) Log(args ...interface{}) { c.log(fmt.Sprintln(args...)) }
		testing.go#L792: func (c *common) Logf(format string, args ...interface{}) { c.log(fmt.Sprintf(format, args...)) }
		testing.go#L795: func (c *common) Error(args ...interface{}) {
		testing.go#L801: func (c *common) Errorf(format string, args ...interface{}) {
		testing.go#L807: func (c *common) Fatal(args ...interface{}) {
		testing.go#L813: func (c *common) Fatalf(format string, args ...interface{}) {
		testing.go#L819: func (c *common) Skip(args ...interface{}) {
		testing.go#L825: func (c *common) Skipf(format string, args ...interface{}) {
		testing.go#L838: func (c *common) SkipNow() {
		testing.go#L844: func (c *common) skip() {
		testing.go#L851: func (c *common) Skipped() bool {
		testing.go#L860: func (c *common) Helper() {
		testing.go#L881: func (c *common) Cleanup(f func()) {
		testing.go#L919: func (c *common) TempDir() string {
		testing.go#L977: func (c *common) runCleanup(ph panicHandling) (panicVal interface{}) {
		testing.go#L1217: 		common: common{
		testing.go#L1499: 				common: common{