Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/assertj/assertj
/ toString
Method
toString
src/test/java/org/assertj/core/test/Jedi.java:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
@Override
32
public
String toString() {
33
return
getName() +
" the Jedi"
;
34
}
35
36
@SuppressWarnings(
"unused"
)
37
private
Object getStrangeNotReadablePrivateField() {
Callers
15
should_implement_toString
Method · 0.45
should_implement_toString
Method · 0.45
should_implement_toString
Method · 0.45
should_return_description_of_IgnoringFieldsComparator
Method · 0.45
should_throw_error_if_PropertyDescriptor_cannot_invoke_read_method
Method · 0.45
toString_with_non_anonymous_comparator
Method · 0.45
should_return_description_for_multiple_given_fields
Method · 0.45
should_return_description_for_a_single_given_field
Method · 0.45
should_return_description_of_FieldByFieldComparator
Method · 0.45
stream
Method · 0.45
compare
Method · 0.45
should_pass_within_time_constraints
Method · 0.45
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected