MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / RunSubtest

Function RunSubtest

pkg/util/test/test.go:257–261  ·  view source on GitHub ↗
(t *testing.T, conf SubtestConfig)

Source from the content-addressed store, hash-verified

255}
256
257func RunSubtest(t *testing.T, conf SubtestConfig) bool {
258 t.Helper()
259 _, ctx := New(t)
260 return RunSubtestFromContext(ctx, conf)
261}

Callers 15

TestGetNwkSKeysFunction · 0.92
TestGetAppSKeyFunction · 0.92
TestGetHomeNetIDFunction · 0.92
TestDeviceRegistriesFunction · 0.92
TestSessionKeyRegistriesFunction · 0.92
TestServerFunction · 0.92
TestAppendRecentDownlinkFunction · 0.92
TestGenerateDataDownlinkFunction · 0.92
TestProcessDownlinkTaskFunction · 0.92
TestDownlinkQueueReplaceFunction · 0.92
TestDownlinkQueuePushFunction · 0.92

Calls 2

RunSubtestFromContextFunction · 0.85
NewFunction · 0.70

Tested by 15

TestGetNwkSKeysFunction · 0.74
TestGetAppSKeyFunction · 0.74
TestGetHomeNetIDFunction · 0.74
TestDeviceRegistriesFunction · 0.74
TestSessionKeyRegistriesFunction · 0.74
TestServerFunction · 0.74
TestAppendRecentDownlinkFunction · 0.74
TestGenerateDataDownlinkFunction · 0.74
TestProcessDownlinkTaskFunction · 0.74
TestDownlinkQueueReplaceFunction · 0.74
TestDownlinkQueuePushFunction · 0.74