#
assertj
Here are 163 public repositories matching this topic...
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
Sep 24, 2021 - Java
Android开发中必要的一环---单元测试(Unit Test)
android
kotlin
mvp
kotlin-android
mockito
junit
assertj
robolectric
rxjava2
okhttp3
mockwebserver
unit-test
powermock
reftrofit
restmock
-
Updated
Aug 1, 2021 - 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.
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
javascript
kotlin
docker
typescript
mocha
jest
gradle
grafana
retrofit
chai
assertj
allure
selenide
appium
testng
junit5
rest-assured
selenoid
playwright
browsers-farm
-
Updated
Aug 27, 2021
AssertJ Guava is a library of assertions specific to Guava types like Multimap, Optional and Table
-
Updated
Sep 28, 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
Apr 12, 2021 - Java
Testing support for OSGi. Includes JUnit 4 and JUnit 5 support and AssertJ support.
-
Updated
Sep 23, 2021 - 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
Provides assertion APIs for query executions with assertEquals and assertThat(AssertJ and Hamcrest)
-
Updated
Oct 30, 2017 - Java
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
fbiville
commented
May 23, 2020
-
hasRelationshipsDeleted(int)
Intellij Plugin to convert Junit and Hamcrest Assertions to AssertJ
-
Updated
Sep 15, 2021 - Kotlin
Sample project using BDDMockito and AssertJ to write BDD-style unit tests
-
Updated
Oct 13, 2020 - 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 23, 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
Ready to use UI Test Automation Architecture using Java and Selenium WebDriver
java
continuous-integration
extentreports
selenium-java
test-automation
test-framework
assertj
pom
webdrivermanager
selenium-webdriver
testng
automated-testing
testing-framework
github-actions
-
Updated
May 7, 2021 - Java
write test for all layers with JUnit5 AssertJ and Mockito
java
spring-boot
mocking
mockito
junit
assertj
jupiter
junit5
junit-jupiter
spring-boot-test
mock-mvc
data-jpa-test
-
Updated
Jul 24, 2021 - Java
AssertJ assertions for HTML
-
Updated
Sep 23, 2021 - Kotlin
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
In assertj 3.17.0, for 2D arrays like
byte[][]thehasSize(int)method has been replaced byhasDimensions(int, int).It would be useful to keep the
hasSize(int)as well. The length of the second dimension might be different for each entry, or it might simply be irrelevant to the test.Example