Good evening, I'm trying to compare a string with a linked list but I'm not having success, the linked list is being returned a value from another function, but I'll put the linked list output here.
assertEquals("nome composto",frase.converterCamelCase("nomeComposto"));
The test blames what happened.
java.lang.AssertionError: expected: < compound name > but was: < [name, compound] >
How can I get this test through?