logo
分类于: 其它 设计

简介

Testing Java Microservice: Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito

Testing Java Microservice: Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito 0.0分

资源最后更新于 2020-10-23 15:37:10

作者:Alex Soto Bueno

出版社:Manning Publications

出版日期:2018-01

ISBN:9781617292897

文件格式: pdf

标签: 编程 微服务 软件工程 计算机科学 计算机 生活智慧 测试 Java

简介· · · · · ·

Summary

Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.

Purchase of the print book i...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
An introduction to microservices
Application under test
Unit-testing microservices
Component-testing microservices
Integration-testing microservices
Contract tests
End-to-end testing
Docker and testing
Service virtualization
Continuous delivery in microservices