// NewEncoder creates a new instance of Encoder. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// The first argument is typically a *testing.T value.
// OpenNamespace provides a mock function with given fields: key
func(_m*EncoderSlow)OpenNamespace(keystring){
_m.Called(key)
}
// NewEncoderSlow creates a new instance of EncoderSlow. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// The first argument is typically a *testing.T value.