Tagged articles
2 articles
Page 1 of 1
ITPUB
ITPUB
Jan 8, 2020 · Backend Development

How to Test Asynchronous Spring Operations with Byteman and BMUnit

This guide shows how to test asynchronous email‑sending logic in a Spring Boot application using Byteman, the BMUnit extension, JUnit 4, and a join‑er mechanism, all without modifying production code.

BytemanJUnitasync-testing
0 likes · 12 min read
How to Test Asynchronous Spring Operations with Byteman and BMUnit
Qunar Tech Salon
Qunar Tech Salon
Oct 17, 2018 · Frontend Development

Jest Unit Testing Guide for Front-End Development

This article provides a comprehensive guide to using Jest for front‑end unit testing, covering the lack of tests, benefits, installation, basic assertions, matchers, asynchronous testing, lifecycle hooks, mock functions, module mocking, snapshot testing, and best practices to improve code quality and development efficiency.

JavaScriptJestMocking
0 likes · 15 min read
Jest Unit Testing Guide for Front-End Development