Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/158
  
    Btw. probably contrary to what you think, I agree with your rant :-) I do 
think "toString tests" can sometimes have value, but they are being way 
over-used in the integration tests and certainly assert waaaay too much. I do 
like "toString tests" for something simple such as asserting the contents of a 
string list or so, like this:
    ```
    assertEquals("[id, name, foo, bar]", table.getColumnNames().toString());
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to