MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / Test_main

Function Test_main

ftv_test.go:5–16  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

3import "testing"
4
5func Test_main(t *testing.T) {
6 tests := []struct {
7 name string
8 }{
9 {"test"},
10 }
11 for _, tt := range tests {
12 t.Run(tt.name, func(t *testing.T) {
13 main()
14 })
15 }
16}

Callers

nothing calls this directly

Calls 1

mainFunction · 0.85

Tested by

no test coverage detected