Discover Packages
github.com/wheatandcat/dotstamp_server
tests
package
Version:
v0.0.0-...-a74fbde
Opens a new window with list of versions in this module.
Published: Dec 21, 2017
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func CopyTestFile(id int )
CopyTestFile テストファイルをコピーする
func SetupFixture(tableNameList []string )
SetupFixture フィクスチャー設定する
type Accessor interface {
SetUpSuite(*C)
SetUpTest(*C)
TearDownTest(*C)
TearDownSuite(*C)
SetTableNameList([]string )
}
Accessor テストスイーツ
type TSuite struct {
TableNameList []string
}
TSuite テストスイーツ
SetTableNameList テーブル名を設定する
func (t *TSuite ) SetUpSuite(c *C)
SetUpSuite テストスイーツセットアップ
func (t *TSuite ) SetUpTest(c *C)
SetUpTest テストセットアップ
func (t *TSuite ) TearDownSuite(c *C)
TearDownSuite テストスイーツダウン
func (t *TSuite ) TearDownTest(c *C)
TearDownTest テストダウン
type UserContributionTag struct {
ID int `beedb:"PK"`
UserContributionID int `sql:"user_contribution_id"`
Name string
DeleteFlag int `sql:"delete_flag"`
Created time .Time
Updated time .Time
}
UserContributionTag ユーザー投稿タグ
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.