Skip to content

iriiiina/assertj-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssertJ - Personal Experience

Personal experience about using AssertJ in a Hamcrest project. What's the difference, how does it look like in real life and how does it feel. It may be interesting to all specialists involved in writing automated tests, like unit, integration, E2E tests. Mainly Java-based though.

Who Am I?

IRINA IVANOVA / Senior Test Automation Engineer / EE SK ID Team

Agenda

Demo

Wiremock

Some tests are using RestAssured, so they need a running Wiremock to succeed. See wiremock/README.md for details. Or use short command for running standalone mock on http://localhost:8080:

cd wiremock &&
  java -jar wiremock-standalone-3.4.1.jar

Tests

Run tests in IDE or in console using Maven wrapper:

./mvnw clean test

Allure report

NB! On Windows this will leak the report serving processes

./mvnw allure:serve

About

AssertJ demo for Nortal internal presentation

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages