(t *testing.T)
| 6 | ) |
| 7 | |
| 8 | func TestServiceManager_Log(t *testing.T) { |
| 9 | manager := NewServiceManager(teaconst.ProductName, teaconst.ProductName+" Server") |
| 10 | manager.Log("Hello, World") |
| 11 | manager.LogError("Hello, World") |
| 12 | } |
nothing calls this directly
no test coverage detected