Test a function: Difference between revisions

m
Ada: Fix link to AUnit, add link to Trendy Test
m (→‎{{header|Clojure}}: pallindrome? already returns a bool, no need for equality test)
m (Ada: Fix link to AUnit, add link to Trendy Test)
Line 53:
 
For normal use there is pragma Assert, functioning the same as many other languages.<br>
For larger testing frameworks, there are packages like [httphttps://libre.adacoregithub.com/libre/toolsAdaCore/aunit/ Aunit] or [https://github.com/pyjarrett/trendy_test Trendy Test]
 
<lang Ada>with Ada.Text_IO;
210

edits