Documentation ¶
Overview ¶
Package translatedassert is not for human.
Index ¶
- func Bappend(s interface{}, x ...interface{}) interface{}
- func Bcap(s interface{}) int
- func Bcomplex(r, i interface{}) (c interface{})
- func Bcopy(dst, src interface{}) int
- func Bimag(c interface{}) interface{}
- func Blen(v interface{}) int
- func Bmake(typ reflect.Type, args ...interface{}) interface{}
- func Bnew(a reflect.Type) interface{}
- func Breal(c interface{}) interface{}
- func FRVBool(rvs []reflect.Value) bool
- func FRVInterface(rvs []reflect.Value) interface{}
- func MFCall(filename string, line, col int, f reflect.Value, args ...reflect.Value) []reflect.Value
- func NewPosValuePair(pos int, v interface{}) posValuePair
- func OK(t *testing.T, e bool, messages []string, header, filename string, line int, ...)
- func OpADD(x interface{}, y interface{}) interface{}
- func OpAND(x interface{}, y interface{}) interface{}
- func OpANDNOT(x interface{}, y interface{}) interface{}
- func OpLAND(x interface{}, y interface{}) bool
- func OpLOR(x interface{}, y interface{}) bool
- func OpMUL(x interface{}, y interface{}) interface{}
- func OpOR(x interface{}, y interface{}) interface{}
- func OpQUO(x interface{}, y interface{}) interface{}
- func OpREM(x interface{}, y interface{}) interface{}
- func OpSHL(x interface{}, y interface{}) interface{}
- func OpSHR(x interface{}, y interface{}) interface{}
- func OpSUB(x interface{}, y interface{}) interface{}
- func OpXOR(x interface{}, y interface{}) interface{}
- func RTOf(a interface{}) reflect.Type
- func RVBool(rv reflect.Value) bool
- func RVInterface(rv reflect.Value) interface{}
- func RVOf(a interface{}) reflect.Value
- func Require(t *testing.T, e bool, messages []string, header, filename string, line int, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bmake ¶
Bmake has nodoc convert reflect's func func MakeChan(typ Type, buffer int) Value func MakeSlice(typ Type, len, cap int) Value func MakeMap(typ Type) Value
func FRVInterface ¶
FRVInterface returns first of reflect values as interface{}
func NewPosValuePair ¶
func NewPosValuePair(pos int, v interface{}) posValuePair
NewPosValuePair has nodoc **This is not for human**
func OK ¶
func OK(t *testing.T, e bool, messages []string, header, filename string, line int, origexpr string, termw int, pvPairs ...posValuePair)
OK has nodoc **This is not for human**
func RVInterface ¶
RVInterface returns reflect value as interface{}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.