-
-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add isPrimitive
and isNotPrimitive
to Class
assertions
#2722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ManuelG28, first round of code review done. PR looks good, just some minor/improvements comments to address.
assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java
Outdated
Show resolved
Hide resolved
assertj-core/src/main/java/org/assertj/core/api/AbstractClassAssert.java
Outdated
Show resolved
Hide resolved
assertj-core/src/test/java/org/assertj/core/api/classes/ClassAssert_isNotPrimitive_Test.java
Outdated
Show resolved
Hide resolved
assertj-core/src/test/java/org/assertj/core/api/classes/ClassAssert_isNotPrimitive_Test.java
Outdated
Show resolved
Hide resolved
assertj-core/src/test/java/org/assertj/core/api/classes/ClassAssert_isPrimitive_Test.java
Outdated
Show resolved
Hide resolved
...-core/src/test/java/org/assertj/core/internal/classes/Classes_assertIsNotPrimitive_Test.java
Outdated
Show resolved
Hide resolved
...rtj-core/src/test/java/org/assertj/core/internal/classes/Classes_assertIsPrimitive_Test.java
Outdated
Show resolved
Hide resolved
assertj-core/src/test/java/org/assertj/core/api/classes/ClassAssert_isNotPrimitive_Test.java
Show resolved
Hide resolved
assertj-core/src/main/java/org/assertj/core/error/ShouldBePrimitive.java
Show resolved
Hide resolved
…rimitive() * Add unit tests * Add error
Hi, @joel-costigliola thanks for the information about Please let me know if I need to change something else. |
38c7b4b
to
3cde5bf
Compare
Integrated thanks @ManuelG28 ! |
isPrimitive
and isNotPrimitive
to Class
assertions
Check List: