()
| 65 | } |
| 66 | |
| 67 | func (s *testSuite) SetupSuite() { |
| 68 | s.Suite.SetupSuite() |
| 69 | |
| 70 | s.ImageMatcher, _ = testutil.NewLazySuiteObj(s, func() (*testutil.ImageHashCacheMatcher, error) { |
| 71 | return testutil.NewImageHashCacheMatcher(s.TestData, testutil.HashTypeSHA256), nil |
| 72 | }) |
| 73 | } |
| 74 | |
| 75 | func (s *testSuite) TearDownSuite() { |
| 76 | logger.Unmute() |
nothing calls this directly
no test coverage detected