Treffer: MOCKITO COOKBOOK : Over 65 Recipes to Get You up and Running with Unit Testing Using Mockito.

Title:
MOCKITO COOKBOOK : Over 65 Recipes to Get You up and Running with Unit Testing Using Mockito.
Resource Type:
eBook.
Categories:
Database:
eBook Index

Weitere Informationen

Key FeaturesBook DescriptionThis is a focused guide with lots of practical recipes with presentations of business issues and presentation of the whole test of the system. This book shows the use of Mockito's popular unit testing frameworks such as JUnit, PowerMock, TestNG, and so on. If you are a software developer with no testing experience (especially with Mockito) and you want to start using Mockito in the most efficient way then this book is for you. This book assumes that you have a good knowledge level and understanding of Java-based unit testing frameworks.What you will learnCreate beautiful tests using MockitoCreate mocks and spies in a number of waysImplement best practices to perform tests with MockitoExtend Mockito with other popular Javabased unit testing frameworks such as JUnit and PowerMockStub behavior of mocks and spiesVerify test doubles with MockitoWrite good tests using MockitoIntegrate Mockito with DI systemsCompare Mockito to other mocking frameworksVerify the behavior of your system under testWho this book is for