// NewChange creates a new instance of Change. It also registers a cleanup function to assert the mocks expectations.
funcNewChange(ttesting.TB)*Change{
typemockConstructorTestingTNewChangeinterface{
mock.TestingT
Cleanup(func())
}
// NewChange creates a new instance of Change. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.