All Projects → jmockit → Jmockit1

jmockit / Jmockit1

Licence: other
Advanced Java library for integration testing, mocking, faking, and code coverage

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jmockit1

jmockit2
The evolution of JMockit APIs: smaller, simpler, safer, and still powerful
Stars: ✭ 33 (-91.75%)
Mutual labels:  integration-testing, mocking
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (-73.75%)
Mutual labels:  mocking, integration-testing
Unit Threaded
Advanced unit test framework for D
Stars: ✭ 100 (-75%)
Mutual labels:  mocking, integration-testing
MockitoIn28Minutes
Learn Mockito from In28Minutes
Stars: ✭ 95 (-76.25%)
Mutual labels:  integration-testing, mocking
Powermock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable.
Stars: ✭ 3,708 (+827%)
Mutual labels:  mocking
Mockingbird
A convenient mocking framework for Swift
Stars: ✭ 302 (-24.5%)
Mutual labels:  mocking
Jest Puppeteer
Run your tests using Jest & Puppeteer 🎪✨
Stars: ✭ 3,267 (+716.75%)
Mutual labels:  integration-testing
Mockqueryable
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
Stars: ✭ 281 (-29.75%)
Mutual labels:  mocking
Venom
🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Stars: ✭ 384 (-4%)
Mutual labels:  integration-testing
Vfs
Virtual filesystem library written in golang
Stars: ✭ 366 (-8.5%)
Mutual labels:  mocking
Mockolo
Efficient Mock Generator for Swift
Stars: ✭ 327 (-18.25%)
Mutual labels:  mocking
Unmock Plugin
Gradle plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio to use real classes for e.g. SparseArray.
Stars: ✭ 304 (-24%)
Mutual labels:  mocking
Go Txdb
Immutable transaction isolated sql driver for golang
Stars: ✭ 348 (-13%)
Mutual labels:  integration-testing
Stubby4j
An HTTP stub server for testing application interactions with web services (REST, etc) & external system stubbing for easy testing
Stars: ✭ 300 (-25%)
Mutual labels:  integration-testing
Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+842.5%)
Mutual labels:  integration-testing
Vue Testing Examples
Advanced testing with vuejs. When you need to go beyond Getting started section and see some real world example with everything that proper tests should have.
Stars: ✭ 288 (-28%)
Mutual labels:  integration-testing
Citrus
Framework for automated integration tests with focus on messaging integration
Stars: ✭ 329 (-17.75%)
Mutual labels:  integration-testing
Nbomber
Modern and flexible load testing framework for Pull and Push scenarios, designed to test any system regardless a protocol (HTTP/WebSockets/AMQP etc) or a semantic model (Pull/Push).
Stars: ✭ 354 (-11.5%)
Mutual labels:  integration-testing
Apitest
A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
Stars: ✭ 317 (-20.75%)
Mutual labels:  mocking
Firebase Mock
Firebase mock library for writing unit tests
Stars: ✭ 319 (-20.25%)
Mutual labels:  mocking

Codebase for JMockit 1.x releases - Documentation - Release notes

How to build the project:

  • use JDK 1.8 or newer
  • use Maven 3.6.0 or newer; the following are the top-level modules:
    1. main/pom.xml: builds jmockit-1.n.jar, running JUnit 4 and TestNG test suites
    2. coverageTests/pom.xml: runs JUnit 4 tests for the coverage tool
    3. samples/pom.xml: various sample test suites (tutorial, LoginService, java8testing) using JUnit 4, 5, or TestNG 6
    4. samples/petclinic/pom.xml: integration testing example using Java EE 8
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].