hello_test

package
v0.0.0-...-7fb802b Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Test

func Test(t *testing.T)

Hook up gocheck into the "go test" runner.

Types

type HttpData

type HttpData struct {
	Flag int    `json:"flag"`
	Msg  string `json:"msg"`
}

type MySuite

type MySuite struct{}

func (*MySuite) SetUpSuite

func (s *MySuite) SetUpSuite(c *C)

func (*MySuite) SetUpTest

func (s *MySuite) SetUpTest(c *C)

func (*MySuite) TearDownSuite

func (s *MySuite) TearDownSuite(c *C)

func (*MySuite) TearDownTest

func (s *MySuite) TearDownTest(c *C)

func (*MySuite) TestHttpGet

func (s *MySuite) TestHttpGet(c *C)

func (*MySuite) TestHttpPost

func (s *MySuite) TestHttpPost(c *C)

Jump to

Keyboard shortcuts

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