stable

Clone or download

Read-only

Update ADR test examples

part of request #22231 Decrease adapter responsibility Instead of copy/pasting arguments of our method under test for each test, we can create a parameterless function that calls the method under test with always the same arguments. This way, we can see at a glance what is different between each test, instead of having to figure out what has changed in 100 lines of copy/pasted setup. Change-Id: I1317ba3a4c66cdc4af8806c25dcfae8308600351

Modified Files

Name
M plugins/program_management/adr/0004-mock-free-tests.md +13 −9 Go to diff View file