Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
func
TestEventString(t *testing.T) {
73
test.That(t, Event{EventDialPressed, 5}.String(), test.ShouldEqual,
"dial-pressed:5"
)
74
}
75
76
func
TestStateOriginal(t *testing.T) {
77
s := State{}
Callers
nothing calls this directly
Calls
1
String
Method · 0.45
Tested by
no test coverage detected