Testbox Mockbox

Use this skill when creating mocks, stubs, and spies in TestBox using MockBox: createMock(), createEmptyMock(), prepareMock(), stubbing methods with $(), chaining $args()/$results()/$throws(), verifying call counts with $once()/$never()/$times()/$atLeast()/$atMost(), reading call logs with $callLog(), injecting mock properties with $property(), simulating queries with querySim(), or spying on real methods with $spy().

ColdBox a4ea9e1 9.5 KB Updated

File contents

ColdBox/skills/tree/main/testbox/mockbox commit a4ea9e19a5

Frequently asked questions

npx skillmds@latest add coldbox/testbox-mockbox