2.1 Test Unit options
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
Prolog Unit Tests
A Unit Test box
Test Unit options
begin_tests/1
begin_tests/2
Availability:
:- use_module(
library(plunit)
).
(can be autoloaded)
begin_tests
(
+Name
)
Start named test-unit. Same as
begin_tests(Name, [])
.