Page 1 des bookarks : unit-testing

Mock object with type ?

A tester pour mon problème de stub / mock n'ayant pas la type attendu.

Ajouté par inwebo le 2025-03-24. Permalink

tags️ : unit-testing 

How to use Data Providers in PHPUnit — Martin Hujer blog

PHPUnit provider

Ajouté par inwebo le 2024-11-13. Permalink

tags️ : php  unit-testing 

Testing Traits in PHPUnit | doeken.org

test traits PHP

Ajouté par inwebo le 2024-11-12. Permalink

tags️ : php  unit-testing 

Humble Object at XUnitPatterns.com

We are often faced with trying to test software that is closely coupled to some kind of framework. Examples include visual components (e.g. widgets, dialogs, etc.) and transactional component plug-ins. Testing these objects is hard because it can be expensive or impossible to construct all the objects that our system under test (SUT) needs to interact with. In other cases we have objects that are hard to test because they run asynchronously; examples include active objects (e.g. threads, processes, web servers, etc.) and user interfaces. Testing these objects is hard because the asynchronicity introduces uncertainty, interprocess coordination and the need for delays in tests. Faced with all these issues developers often just give up on testing this kind of code.

Ajouté par inwebo le 2024-11-05. Permalink

tags️ : unit-testing