#
assertj
Here are 142 public repositories matching this topic...
FluentLenium is a website & 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
Feb 1, 2021 - Java
Android开发中必要的一环---单元测试(Unit Test)
android
kotlin
mvp
kotlin-android
mockito
junit
assertj
robolectric
rxjava2
okhttp3
mockwebserver
unit-test
powermock
reftrofit
restmock
-
Updated
Jan 17, 2020 - Java
Android project to experiment various testing tools
android
kotlin
spectrum
cucumber-jvm
cucumber
junit
espresso
assertj
robolectric
spek
robotium
fluent-assertions
jgiven
frutilla
truth
junit-hierarchicalcontextrunner
zester
kluent
-
Updated
Apr 26, 2020 - Java
martinschneider
commented
Dec 16, 2019
Move the code and dependencies out of justtestlah-core into justtestlah-applitools and justtestlah-galen.
We also need to write unit tests for these integrations.
AssertJ Guava is a library of assertions specific to Guava types like Multimap, Optional or Table
-
Updated
Jan 25, 2021 - Java
A Spring Boot microservices reference application using Spring Data JPA
spring-boot
microservice
spring-data
jpa
rest-api
jackson
assertj
hibernate
work-in-progress
bean-validation
-
Updated
Feb 15, 2020 - Java
JSON Content Validator (JCV) allows you to compare JSON contents with embedded validation.
java
testing
json
assertions
assertj
hamcrest
jsonassert
wiremock
assertj-assertions
hamcrest-matchers
wiremock-mappings
jcv
-
Updated
Dec 21, 2020 - Kotlin
Source code for SC17 talk: http://seleniumcamp.com/talk/how-java-8-can-simplify-test-automation
java
testing
lombok
pageobject
test-automation
assertj
jsoup
java-8
javamoney
selenium-webdriver
javaslang
testng
qaa
streamex
-
Updated
Mar 15, 2017 - Java
Testing support for OSGi. Includes JUnit 4 and JUnit 5 support and AssertJ support.
-
Updated
Feb 2, 2021 - Java
fbiville
commented
May 23, 2020
-
hasRelationshipsDeleted(int)
Sample project using BDDMockito and AssertJ to write BDD-style unit tests
-
Updated
Oct 13, 2020 - Java
Provides assertion APIs for query executions with assertEquals and assertThat(AssertJ and Hamcrest)
-
Updated
Oct 30, 2017 - Java
Intellij Plugin to convert Junit and Hamcrest Assertions to AssertJ
-
Updated
Dec 17, 2020 - Kotlin
Mock SMPP server for testing via JUnit 5 extension or Spring Boot Starter and AssertJ
-
Updated
Jan 29, 2021 - Java
This repository contains sample code. Its purpose being, to quickly demonstrate Android and software development in general, clean code, best practices, testing and all those other must know goodies.
android
static-analysis
picasso
android-development
mockito
realm
android-architecture
espresso
assertj
dagger2
robolectric
butterknife
retrolambda
rxjava2
retrofit2
jacoco
timber
vector-drawable
mvp-android
mosby3
-
Updated
Sep 25, 2017 - Java
This library provides a bunch of helpful assertj assertions for working with the kubernetes-api
-
Updated
May 21, 2020 - Java
AssertJ assertions for HTML
-
Updated
Nov 24, 2020 - Kotlin
JSON Content Validator for Database (JCV-DB) allow you to compare database contents against a JSON with JCV validators.
mysql
kotlin
java
testing
json
cassandra
mongodb
postgresql
assertions
assertj
mssql
assertj-assertions
jcv
-
Updated
Apr 10, 2020 - Kotlin
Fluent assertions for writing integration (remote unit) tests for Alfresco
-
Updated
Aug 8, 2018 - Java
Improve this page
Add a description, image, and links to the assertj topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assertj topic, visit your repo's landing page and select "manage topics."
https://github.com/assertj/assertj-core/blob/f27b022a369ba731ed72413f6c10c82a9e539495/src/main/java/org/assertj/core/internal/Maps.java#L745
The call mentioned in the link fails with IllegalArgumentException if
entriesis empty, andactualis not. This, however, would work ifactualis empty as well (the mentioned line is not executed in this case). Thus, execution success depends on `actua