test_context_test.go 91 B

12345678
  1. package TestCode
  2. import "testing"
  3. func TestMainProcess(t *testing.T) {
  4. MainProcess()
  5. }