Documentation
¶
Index ¶
- func Exists(name string) (bool, error)
- type TempCreateInfobase
- type TempInfobase
- type TestCommon
- type TestSuite
- func (t *TestSuite) AfterTest(suite, testName string)
- func (t *TestSuite) BeforeTest(suite, testName string)
- func (t *TestSuite) ClearTempInfoBase()
- func (t *TestSuite) CreateTempInfoBase()
- func (s *TestSuite) R() *require.Assertions
- func (s *TestSuite) Run(where runner.Infobase, command runner.Command, opts ...interface{}) error
- func (t *TestSuite) SetupSuite()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TempCreateInfobase ¶
type TempCreateInfobase struct { }
func (TempCreateInfobase) Check ¶
func (ib TempCreateInfobase) Check() error
func (TempCreateInfobase) Command ¶
func (ib TempCreateInfobase) Command() string
func (TempCreateInfobase) Values ¶
func (ib TempCreateInfobase) Values() []string
type TempInfobase ¶
type TempInfobase struct {
File string
}
func NewFileIB ¶
func NewFileIB(path string) TempInfobase
func (TempInfobase) ConnectionString ¶
func (ib TempInfobase) ConnectionString() string
func (TempInfobase) Path ¶
func (ib TempInfobase) Path() string
func (TempInfobase) Values ¶
func (ib TempInfobase) Values() []string
type TestCommon ¶
type TestCommon struct { DisableStartupDialogs bool `v8:"/DisableStartupDialogs" json:"disable_startup_dialogs"` DisableStartupMessages bool `v8:"/DisableStartupDialogs" json:"disable_startup_messages"` Visible bool `v8:"/Visible" json:"visible"` ClearCache bool `v8:"/ClearCache" json:"clear_cache"` }
func (TestCommon) Values ¶
func (cv TestCommon) Values() []string
type TestSuite ¶
func (*TestSuite) BeforeTest ¶
func (*TestSuite) ClearTempInfoBase ¶
func (t *TestSuite) ClearTempInfoBase()
func (*TestSuite) CreateTempInfoBase ¶
func (t *TestSuite) CreateTempInfoBase()
func (*TestSuite) R ¶
func (s *TestSuite) R() *require.Assertions
func (*TestSuite) SetupSuite ¶
func (t *TestSuite) SetupSuite()
Click to show internal directories.
Click to hide internal directories.