Exemplo n.º 1
0
func TestRuleRuntimeErrorsSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleRuntimeErrorsSuite),
	)
}
Exemplo n.º 2
0
func TestRuleOptimizationSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleOptimizationSuite),
	)
}
Exemplo n.º 3
0
func TestRuleDefSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleDefSuite),
	)
}
Exemplo n.º 4
0
func TestEditorSuite(t *testing.T) {
	wbgo.RunSuites(t, new(EditorSuite))
}
Exemplo n.º 5
0
func TestRuleReloadSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleReloadSuite),
	)
}
Exemplo n.º 6
0
func TestRuleTimersSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleTimersSuite),
	)
}
Exemplo n.º 7
0
func TestRuleBasicsSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleBasicsSuite),
	)
}
Exemplo n.º 8
0
func TestLogSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(LogSuite),
	)
}
Exemplo n.º 9
0
func TestRuleLocationSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleLocationSuite),
	)
}
Exemplo n.º 10
0
func TestRuleShellCommandSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleShellCommandSuite),
	)
}
Exemplo n.º 11
0
func TestRuleRetainedStateSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleRetainedStateSuite),
	)
}
Exemplo n.º 12
0
func TestRuleCellChangesSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleCellChangesSuite),
	)
}
Exemplo n.º 13
0
func TestRuleReadOnlyCellSuite(t *testing.T) {
	wbgo.RunSuites(t,
		new(RuleReadOnlyCellSuite),
	)
}