tstlg - ActiveState ActiveGo 1.8
...

Package tstlg

import "gopkg.in/rana/ora.v4/tstlg"
Overview
Index

Overview ▾

type Tst

type Tst struct {
    *testing.T
}

func New

func New(t *testing.T) Tst

func (Tst) Errorf

func (t Tst) Errorf(format string, v ...interface{})

func (Tst) Errorln

func (t Tst) Errorln(v ...interface{})

func (Tst) Infof

func (t Tst) Infof(format string, v ...interface{})

func (Tst) Infoln

func (t Tst) Infoln(v ...interface{})