NAME
Test::AutoMock::Mock::TieArray - Track operations to array-ref
DESCRIPTION
This module is part of Test::AutoMock::Mock::Overloaded and tracks operations to array-refs. You won't instantiate this class.
For the sake of simplicity, we use the notation [index]
for FETCH
and STORE
. For other tie methods, record with the original name.
See https://perldoc.perl.org/perltie.html#Tying-Arrays .
LICENSE
Copyright (C) Masahiro Honma.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Masahiro Honma <hiratara@cpan.org>