#
junit
Here are 3,377 public repositories matching this topic...
-
Updated
Apr 4, 2022 - Java
kenden
commented
Jun 14, 2018
As the moment it's only possible to install bats from bats-core from source on linux.
We should create packages to install easily on Linux.
It could be:
apt install bats-core
for Debian/Ubuntu/Linux Mintyum install bats-core
for Fedora/RedHat/CentOS- a package on (Flathub](www.flathub.org)
- a snap on https://snapcraft.io/
...
Flathub is probably the easiest to support most d
Type: Enhancement
good first issue
Priority: Medium
Wrong or misleading documentation, broken behavior with workaround
Component: Packaging
Regarding packaging for NPM, RPM, etc.
Fluent assertions for Java and Android
java
unit-testing
stackoverflow
junit
test-framework
truth
travis-link
assertion-framework
travis-shield
gh-pages-shield
stackoverflow-shield
maven-shield
testing-library
-
Updated
Apr 6, 2022 - Java
MVVM + Kotlin + Retrofit2 + Hilt + Coroutines + Kotlin Flow + mockK + Espresso + Junit5
android
flow
rxjava
mvp
coroutines
mvvm
mockito
junit
android-architecture
espresso
mvp-architecture
retrofit2
mvvm-pattern
mvvm-architecture
android-cleanarchitecture
android-mvp-architecture
android-clean-architecture
android-mvvm-architecture
mockk
hilt-android
-
Updated
Jun 4, 2021 - Kotlin
State of the art mutation testing system for the JVM
-
Updated
Apr 5, 2022 - Java
Property-based testing, JUnit-style
-
Updated
Apr 4, 2022 - Java
FluentLenium is a web & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.
-
Updated
Apr 6, 2022 - Java
Testing with JUnit 5 for Android.
-
Updated
Apr 7, 2022 - Kotlin
[Examples] Complete reference for Android Testing with examples.
-
Updated
Nov 20, 2017 - Java
A collection of JUnit rules for testing code which uses java.lang.System.
-
Updated
Jan 28, 2022 - Java
2
odaridavid
opened
Apr 2, 2021
good first issue
Good for newcomers
JoeSeff
commented
Feb 22, 2021
Property based testing for Java 8
-
Updated
Oct 13, 2020 - Java
Android开发中必要的一环---单元测试(Unit Test)
android
kotlin
mvp
kotlin-android
mockito
junit
assertj
robolectric
rxjava2
okhttp3
mockwebserver
unit-test
powermock
reftrofit
restmock
-
Updated
Oct 15, 2021 - Java
JQF + Zest: Coverage-guided semantic fuzzing for Java.
-
Updated
Mar 14, 2022 - Java
A JUnit rule to manage docker containers using docker-compose
-
Updated
Apr 7, 2022 - Java
A Jest reporter that creates compatible junit xml files
-
Updated
Apr 5, 2022 - JavaScript
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
-
Updated
Mar 14, 2022 - Groovy
Property-Based Testing on the JUnit Platform
-
Updated
Apr 4, 2022 - Java
Gif RecyclerView in MVVM using Dagger 2 Hilt + Retrofit 2 + Moshi + Kotlin Coroutines + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
android
kotlin
recyclerview
mvvm
kotlin-android
junit
espresso
moshi
dagger2
robolectric
kotlin-dsl
mvvm-architecture
kotlin-coroutines
android-gif
retrofit-2
espresso-tests
ktlint
dagger-2
tenor
-
Updated
Feb 22, 2022 - Kotlin
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
performance
microservices
sql
orm
spring
spring-boot
microservice
jvm
jdbc
junit
hibernate
performance-analysis
profiling
spring-data-jpa
allocation
java-flight-recorder
performance-testing
n-plus-1
nplus1
java-flight-recordings
-
Updated
Mar 31, 2022 - Java
Sample project demonstrating different Test Strategies that can be followed when using Spring Boot.
-
Updated
Oct 24, 2021 - Java
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
android
junit
instrumentation-tests
viewmodel
mvvm-pattern
databinding
barista
livedata
android-architecture-components
-
Updated
Sep 26, 2021 - Java
-
Updated
Feb 2, 2022 - Ruby
An Open Source unit test framework for Hive queries based on JUnit 4 and 5
-
Updated
May 7, 2021 - Java
Improve this page
Add a description, image, and links to the junit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the junit topic, visit your repo's landing page and select "manage topics."
Trying to get my Selenium WebDriver testcontainer up, I get the following error when I try to get the host's port using
getTestHostIpAddress()
:Caused by: java.lang.UnsupportedOperationException: getTestHostIpAddress() is only implemented for docker-machine right now
I am running this on Ubuntu 20.04
Any ideas?