| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| find returns the matching AiMethodSuggestion for an existing method name |
find_existingMethod_returnsSuggestion() |
1 |
0 |
0 |
0s |
100% |
| find returns empty Optional for a method name that is not in the lookup |
find_missingMethod_returnsEmptyOptional() |
1 |
0 |
0 |
0.001s |
100% |
| find throws NullPointerException for null method name argument |
find_nullMethodName_throwsNullPointerException() |
1 |
0 |
0 |
0.001s |
100% |
| from keeps first occurrence when duplicate method names are present |
from_duplicateMethodNames_keepsFirstOccurrence() |
1 |
0 |
0 |
0s |
100% |
| from suggestion with empty methods list returns empty lookup |
from_emptyMethods_returnsEmptyLookup() |
1 |
0 |
0 |
0s |
100% |
| from filters out null entries, null method names, and blank method names from the methods list |
from_filtersNullBlankAndMissingMethodNames() |
1 |
0 |
0 |
0s |
100% |
| from suggestion with null methods list returns empty lookup |
from_nullMethods_returnsEmptyLookup() |
1 |
0 |
0 |
0.001s |
100% |
| from(null) returns a non-null empty lookup that finds nothing |
from_nullSuggestion_returnsEmptyLookup() |
1 |
0 |
0 |
0s |
100% |