Tests use "assert" instead of JUnit's assertTrue()
--------------------------------------------------

                 Key: CASSANDRA-1233
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1233
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Folke Behrens


A lot of test classes use the assert statement instead of JUnit's assertTrue() 
or assertFalse(). Though JUnit catches AssertionErrors by "assert" it's still 
too risky for explicit testing because assertions could accidentally be 
switched off.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to