soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Remove unnecessary assertNotNull() statements in inference tests #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Many of the inference test cases have "assertNotNull()" tests, even though
they can never be false (e.g. assertHasXXXEdge() will fail if there is no
result). These statements should be removed.

What goal would this enhancement help you achieve?
Clearer and faster code that is easier to maintain.

Original issue reported on code.google.com by soundasleep on 22 Feb 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Resolved in r1632.

Original comment by soundasleep on 5 Mar 2010 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 18 Mar 2010 at 11:49