Replies: 1 comment
-
The event is over, so locking this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hack-commit-push 2021
On May 29th there is hack-commit-push, one day to contribute to Open Source.
What is AssertJ
AssertJ is a Java library for test assertions, which:
Basic Assertions
Assertions.assertThat(target)
Modules
AssertJ is composed of several modules:
More details can be found in the official documentation.
Development Environment
Prerequisites
Minimal Setup
Any Java capable IDE can be used to develop AssertJ (e.g., IntelliJ IDEA, Eclipse, Visual Studio Code, etc.).
More about coding style and patterns on the contributing section.
Topics to Work On
assertj-core
which has not been started yet (to be discussed with the maintainers if the issue would fit in the event)Beta Was this translation helpful? Give feedback.
All reactions