2020
graphql-spring-boot/GraphQLToolsSampleApplicationTest.java at master · graphql-java-kickstart/graphql-spring-boot · GitHub

Testing a Spring GraphQL API
2013
2010

Introducing Yeti: The YUI Easy Testing Interface » Yahoo! User Interface Blog (YUIBlog)

"Yeti is a command-line tool for launching JavaScript unit tests in a browser and reporting the results without leaving your terminal. Yeti is designed to work with existing unmodified YUI-based tests.
Yeti is designed to help you run tests before you commit. It compliments existing CI tools like Selenium and Hudson which run tests post-commit. Yeti is not a replacement for those tools."

padraic's mockery at master - GitHub

Une librairie pour créer facilement des mocks à utiliser pour les tests unitaires.

:jasonrudolph => :blog >> Testing Anti-Patterns: Incidental Coverage

Don't feel bad, it's okay not to write unit tests.

Writing Efficient Tests - Web Mozarts

Unit testing can be a blessing and curse at the same time. Once you start doing it on a regular basis, it can become an addiction. You test everything, you feel the satisfaction of 110% test coverage giving you confidence in your code. But after a while, testing suddenly seems to slow you down. Everytime you make a change in your code you have to adapt several unrelated tests.
How to avoid this happen.
2006
1
(8 marks)