Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
unit-testing test-framework testing-library assertion-framework junitTestcontainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. See LICENSE.
docker docker-compose junit test-automation jvm testingFluentLenium makes the writing of acceptance testing more easy and in a fluent way using the power of css selectors. Build upon Selenium WebDriver. goTo("http://www.bing.com"); $("#sb_form_q").fill().with("FluentLenium"); $("#sb_form_go").submit(); assertThat(title()).contains("FluentLenium");
selenium junit testng spock spring assertj fluentlenium html awaitProperty-based testing, JUnit-style
junit quickcheck property-based-testingComplete reference for Android Testing with examples. A unit test generally exercises the functionality of the smallest possible unit of code (which could be a method, class, or component) in a repeatable way.
android-tests instrumentation-tests junit mockThe project Rate my cat! contains a sample web application based on Spring Boot (Spring MVC, Thymeleaf, and Spring Data JPA) with a complete set of JUnit 5 tests (unit with Mockito, integration with Spring, and end-to-end tests with Selenium). This is a project made by Boni Garcia, Visiting Professor at Universidad Carlos III de Madrid, Spain. Copyright © 2017-2021.
android docker rest spring spring-boot selenium mockito junit appium junit5Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
espresso junit espresso-tests android-gif coverage riffsy mvp recyclerview dagger-2 retrofit-2 moshi rxjava-2 android-databinding kotlin-dsl kotlin kotlin-androidA Gradle plugin that allows for the execution of JUnit 5 tests in Android environments using Android Gradle Plugin 3.2.0 or later. This plugin configures the unit test tasks for each build variant of a project to run on the JUnit Platform. Furthermore, it provides additional configuration options for these tests through a DSL attached to android.testOptions.
android junit unittesting gradle-plugin junit5A Karma plugin. Report results in junit xml format.
junit karma-plugin karma-reporterThe code here started out as the end to end tests for one of our products. We needed to test this product in a variety of different configurations and environments which were mutually incompatible, thus multiple Docker Compose files were needed and so a simplistic model of running docker-compose up in Gradle was insufficient.For the most basic use simply add a DockerComposeRule object as a @ClassRule or @Rule in a JUnit test class.
docker docker-compose junit junit-rule junit4Tablasco is a JUnit rule that adds table verification to your unit tests
junit testing integration regression tablascoThis plugin requires Grunt >= 0.4.0 and scss-lint >= 0.18.0. It is recommended to use the scss_lint gem as that is the currently maintained version. Run this task with the grunt scsslint command.
gruntplugin scss lint scss-lint junitCustom formatter for Cucumber that defends against timecop overriding Time.now. Timecop redefines Time.now to Time.now_without_mock_time. If that method exists, then we call that method instead of Time.now.
circleci cucumber cucumber-formatter junit formatter continuous-integrationAn alternative test engine for the JUnit 5 platform that focuses on Property-Based Testing.
quickcheck junit junit5A project aimed at making it easier to build Jenkins compatible XML based JUnit reports. Please refer to the e2e_spec.coffee for more details on the usage.
junit-report nodejs jenkins junit xunit report builderAspen is a JUnit runner for Kotlin. It's inspired by Ruby's RSpec syntax, the default DSL has a lot more restrictions but you can create your own DSL if it does not fit your needs. If you were to use AssertJ for assertions.
kotlin aspen-spring aspen dsl kotlin-testing junit testing test-runnerSource code for the Test Driven Development class. tdd-fill-the-code-starting-from-test: just the tests, write the ocde to make them pass.
tutorial tdd tdd-kata tdd-sample junitBDD assertion library for Kotlin
assertions kotlin junit bdd test unittest
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.