All Projects → binarywang → Java Testdata Generator

binarywang / Java Testdata Generator

使用Java实现的各种测试数据的随机生成工具,包括身份证号码,银行卡号,姓名,手机号等

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Java Testdata Generator

Timecop
A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
Stars: ✭ 3,110 (+720.58%)
Mutual labels:  test
Cob
Continuous Benchmark for Go Project
Stars: ✭ 326 (-13.98%)
Mutual labels:  test
Zora
Lightest, yet Fastest Javascript test runner for nodejs and browsers
Stars: ✭ 356 (-6.07%)
Mutual labels:  test
Muter
🔎 Automated mutation testing for Swift 🕳️
Stars: ✭ 293 (-22.69%)
Mutual labels:  test
Strikt
An assertion library for Kotlin
Stars: ✭ 310 (-18.21%)
Mutual labels:  test
Mockito
HTTP mocking for Rust!
Stars: ✭ 335 (-11.61%)
Mutual labels:  test
Stubb
Specify REST API stubs using your file system.
Stars: ✭ 289 (-23.75%)
Mutual labels:  test
Twist
Declarative JavaScript Testing.
Stars: ✭ 379 (+0%)
Mutual labels:  test
Rspec Style Guide
可読性の高いテストコードを書くためのお作法集
Stars: ✭ 325 (-14.25%)
Mutual labels:  test
Fakerest
Patch fetch/XMLHttpRequest to fake a REST API server in the browser, based on JSON data.
Stars: ✭ 350 (-7.65%)
Mutual labels:  test
Entwine
Testing tools and utilities for Apple's Combine framework.
Stars: ✭ 306 (-19.26%)
Mutual labels:  test
Previs
🎯 Testing your project locally in a clean environment.
Stars: ✭ 312 (-17.68%)
Mutual labels:  test
Mastermind
Man in the middle testing
Stars: ✭ 341 (-10.03%)
Mutual labels:  test
Study
A simple, progressive, client/server AB testing library 📚
Stars: ✭ 293 (-22.69%)
Mutual labels:  test
Unity Actions
Github actions for testing and building Unity projects
Stars: ✭ 358 (-5.54%)
Mutual labels:  test
Bluepill
Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
Stars: ✭ 3,080 (+712.66%)
Mutual labels:  test
Uiautomator2
Android Uiautomator2 Python Wrapper
Stars: ✭ 4,080 (+976.52%)
Mutual labels:  test
Enzyme
JavaScript Testing utilities for React
Stars: ✭ 19,781 (+5119.26%)
Mutual labels:  test
Mimic
Seamless client side mocking
Stars: ✭ 380 (+0.26%)
Mutual labels:  test
Expynent
A library that provides regular expression patterns. If you hate to write regular expressions, then expynent can help you.
Stars: ✭ 350 (-7.65%)
Mutual labels:  test

码云Gitee Github Build Status Maven Central

Java实现的各种随机测试数据生成器,包括身份证号码,银行卡号,姓名,汉字、手机号,电子邮箱地址和生成insert sql参数列表字符串等。


具体用法请参考单元测试: 即 /src/test/java/cn/binarywang/tools/generator 下的测试类


Maven 引用方式

<dependency>
    <groupId>com.github.binarywang</groupId>
    <artifactId>java-testdata-generator</artifactId>
    <version>1.1.2</version>
</dependency>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].