Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CrStatusCode ¶
type CrStatusCode struct {
Code int
}
func SetStatusCode ¶
func SetStatusCode(code int) *CrStatusCode
func (*CrStatusCode) Check ¶
func (crstatus *CrStatusCode) Check(session *TestSession)
func (*CrStatusCode) Describe ¶
func (crstatus *CrStatusCode) Describe() string
func (*CrStatusCode) Setup ¶
func (crstatus *CrStatusCode) Setup(session *TestSession)
type CrURL ¶
type CrURL struct {
Url string
}
func (*CrURL) Check ¶
func (url *CrURL) Check(session *TestSession)
func (*CrURL) Setup ¶
func (crurl *CrURL) Setup(session *TestSession)
type Criterion ¶
type Criterion interface { Describe() string Setup(*TestSession) Check(*TestSession) }
type TestSession ¶
Click to show internal directories.
Click to hide internal directories.