MCPcopy
hub / github.com/mcuadros/ofelia / Start

Method Start

core/common.go:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (c *Context) Start() {
64 c.Execution.Start()
65 c.Job.NotifyStart()
66}
67
68func (c *Context) Next() error {
69 if err := c.doNext(); err != nil || c.executed {

Callers 14

TestContextNextErrorMethod · 0.95
TestContextNextNestedMethod · 0.95
TestContextNextMethod · 0.95
startMethod · 0.45
TestRunSuccessMethod · 0.45
TestRunSuccessFailedMethod · 0.45
TestRunSuccessOnErrorMethod · 0.45
TestRunOverlapMethod · 0.45
TestRunSuccessMethod · 0.45
TestRunSuccessOnErrorMethod · 0.45

Calls 1

NotifyStartMethod · 0.65

Tested by 13

TestContextNextErrorMethod · 0.76
TestContextNextNestedMethod · 0.76
TestContextNextMethod · 0.76
TestRunSuccessMethod · 0.36
TestRunSuccessFailedMethod · 0.36
TestRunSuccessOnErrorMethod · 0.36
TestRunOverlapMethod · 0.36
TestRunSuccessMethod · 0.36
TestRunSuccessOnErrorMethod · 0.36
TestSensitiveDataMethod · 0.36