MCPcopy Index your code
hub / github.com/assertj/assertj / instance

Method instance

src/main/java/org/assertj/core/internal/Objects.java:75–77  ·  view source on GitHub ↗

Returns the singleton instance of this class based on StandardComparisonStrategy. @return the singleton instance of this class based on StandardComparisonStrategy.

()

Source from the content-addressed store, hash-verified

73 * @return the singleton instance of this class based on {@link StandardComparisonStrategy}.
74 */
75 public static Objects instance() {
76 return INSTANCE;
77 }
78
79 @VisibleForTesting
80 Objects() {

Calls

no outgoing calls

Tested by 15

checkNullMethod · 0.76