MCPcopy
hub / github.com/go-qml/qml / TestEngineDestroyedUse

Method TestEngineDestroyedUse

qml_test.go:187–191  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

185}
186
187func (s *S) TestEngineDestroyedUse(c *C) {
188 s.engine.Destroy()
189 s.engine.Destroy()
190 c.Assert(s.engine.Context, PanicMatches, "engine already destroyed")
191}
192
193var same = "<same>"
194

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.65

Tested by

no test coverage detected