Test-Mockify 2
Files
- Build.PL
- Changes
- INSTALL.md
- LICENSE
- MANIFEST
- META.json
- META.yml
- README.md
- cpanfile
- lib/Test/Mockify.pm
- lib/Test/Mockify/Matcher.pm
- lib/Test/Mockify/Method.pm
- lib/Test/Mockify/MethodCallCounter.pm
- lib/Test/Mockify/MethodSpy.pm
- lib/Test/Mockify/Parameter.pm
- lib/Test/Mockify/ReturnValue.pm
- lib/Test/Mockify/Sut.pm
- lib/Test/Mockify/Tools.pm
- lib/Test/Mockify/TypeTests.pm
- lib/Test/Mockify/Verify.pm
- minil.toml
- scripts/sonar-report.sh
- sonar-project.properties
- t/00_compile.t
- t/ExampleProject/Circus.pm
- t/ExampleProject/KidsShow/NewClown.pm
- t/ExampleProject/KidsShow/OldClown.pm
- t/ExampleProject/KidsShow/SeeSaw.pm
- t/ExampleProject/KidsShow/TimberBeam.pm
- t/ExampleProject/MagicShow/Magician.pm
- t/ExampleProject/MagicShow/Rabbit.pm
- t/ExampleProject/README.md
- t/ExampleProject/t/test_Circus.t
- t/ExampleProject/t/test_KidsShow_NewClown.t
- t/ExampleProject/t/test_KidsShow_OldClown.t
- t/ExampleProject/t/test_KidsShow_SeeSaw.t
- t/ExampleProject/t/test_KidsShow_TimberBeam.t
- t/ExampleProject/t/test_MagicShow_Magician.t
- t/ExampleProject/t/test_MagicShow_Rabbit.t
- t/Matcher.t
- t/Method.t
- t/MethodSpy.t
- t/Parameter.t
- t/README.md
- t/ReturnValue.t
- t/TestBase.pm
- t/TestDummies/DummyImportTools.pm
- t/TestDummies/DummyImportToolsUser.pm
- t/TestDummies/DummyImportToolsUser_Static.pm
- t/TestDummies/DummyStaticTools.pm
- t/TestDummies/DummyStaticToolsUser.pm
- t/TestDummies/DummyStaticToolsUser_Static.pm
- t/TestDummies/FakeModuleForMockifyTest.pm
- t/TestDummies/FakeModuleWithoutNew.pm
- t/Tools/Error.t
- t/Tools/ExistsMethod.t
- t/Tools/IsValid.t
- t/Tools/Isa.t
- t/Tools/LoadPackage.t
- t/TypeTest/IsArrayReference.t
- t/TypeTest/IsCodeReference.t
- t/TypeTest/IsFloat.t
- t/TypeTest/IsHashReference.t
- t/TypeTest/IsIngeger.t
- t/TypeTest/IsObjectReference.t
- t/TypeTest/IsString.t
- t/integration/Mockify_ConstructorOptions.t
- t/integration/Mockify_ImportedMock.t
- t/integration/Mockify_ImportedMock_staticSut.t
- t/integration/Mockify_Matcher.t
- t/integration/Mockify_Method.t
- t/integration/Mockify_MethodSpy.t
- t/integration/Mockify_StaticMock.t
- t/integration/Mockify_StaticMock_StaticSut.t
- t/integration/Mockify_Sut.t
- t/integration/Mockify_Verify.t
- t/integration/Mockify_mock_StaticSut.t