ts

package
v1.8.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2020 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(t *testing.T, args ...interface{})

Error is equivalent to Log() followed by Fail().

func Errorf

func Errorf(t *testing.T, format string, args ...interface{})

Errorf is equivalent to Logf() followed by Fail().

func Fatal

func Fatal(t *testing.T, args ...interface{})

Fatal is equivalent to Log() followed by FailNow().

func Fatalf

func Fatalf(t *testing.T, format string, args ...interface{})

Fatalf is equivalent to Logf() followed by FailNow().

func Log

func Log(t *testing.T, args ...interface{})

Log formats its arguments using default formatting, analogous to Print(), and records the text in the error log.

func Logf

func Logf(t *testing.T, format string, args ...interface{})

Logf formats its arguments according to the format, analogous to Printf(), and records the text in the error log.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL