MCPcopy Create free account
hub / github.com/dh1tw/streamdeck / TestEventString

Function TestEventString

event_test.go:72–74  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

70}
71
72func TestEventString(t *testing.T) {
73 test.That(t, Event{EventDialPressed, 5}.String(), test.ShouldEqual, "dial-pressed:5")
74}
75
76func TestStateOriginal(t *testing.T) {
77 s := State{}

Callers

nothing calls this directly

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected