3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java4,212 stars (4,212 stars)1,469 forks (1,469 forks)batch import
help wanted
Description
目前框架的测试是依托demo的方式做的测试,但是这样的测试对环境的依赖性比较大。需要编写对框架层面的单元测试。以确保业务的准确性。
Contributor guide
- Tech stack
- java
- Domain
- backendtesting
- Issue type
- test
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Javaunit testingtx lcn framework
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The issue requests unit tests for the tx lcn framework. Currently, tests rely on demos and are environment dependent. To begin, review the existing test structure in the repository, particularly any test files or demo modules. Look for existing unit test frameworks used (e.g., JUnit, Mockito). The issue is open and has comments; check for any maintainer guidance in the comments. The goal is to write isolated unit tests for framework components, replacing demo based tests.