#
assertj
Here are 130 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
Sep 2, 2020 - 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
PowerPermission makes handling runtime permissions extremely easy.
kotlin
coroutines
assertj
rxjava2
android-permissions
rxkotlin
runtime-permissions
livedata
mockk
kotlin-spek2
rxjava3
-
Updated
Aug 9, 2020 - Kotlin
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
AssertJ Guava is a library of assertions specific to Guava types like Multimap, Optional or Table
-
Updated
Aug 31, 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.
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.
-
Updated
Aug 19, 2020 - Kotlin
fbiville
commented
May 23, 2020
-
hasRelationshipsDeleted(int)
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
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
Feb 3, 2020 - Kotlin
Sample project using BDDMockito and AssertJ to write BDD-style unit tests
-
Updated
May 29, 2018 - 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
Mock SMPP server for testing via JUnit 5 extension or Spring Boot Starter and AssertJ
-
Updated
Sep 2, 2020 - Java
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
-
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."
Summary
ShouldContainOnlyis used in a few places where we know what kind of elements we are dealing with, in this case instead of using the term element we could use a more descriptive name.Example
fails with this error