[not loaded]All predicatesShow sourcetest_scasp.pl

Source main(+Argv)[private]
Usage: swipl test_scasp.pl [option ...] [dir ...] [file ...]

Options:

-------------------------------------------------------
-qOnly run the quick tests
--timeout=SecsRun tests with timeout (default 60)
--passedOnly run tests that have a .pass file
--saveSave result if no .pass file exists
--overwriteOverwrite .pass after we passed
--passOverwrite .pass after we failed
--cov=DirDump coverage data in Dir
--cov-by-testGet coverage information by test
--cov-module=MModule to analyse for --cov-by-test
Source run_tests(+Files, +Options)[private]
Run the tests. Return to the toplevel when interactive, else terminate the process using state 1 if tested failed.
Source run_test(+File, +Options) is semidet
Compute all stacks and models for File. Options:
save(true)
Write new `.pass` file if there is none.
overwrite(true)
Save the .pass file even if the test passed.
show_diff(true)
Use meld to show the difference between the stacks if the test failed.
Source pass_data(+TestFile, -PassFile, -PassData) is det[private]
Source test_files(+Argv, -Files, +Options) is det[private]
Source scasp_test(+File, -StackModelPairs, +Options) is det[private]
Test a single file
Source minimal_set_of_files(-SetOfClauses, -Minimal) is det[private]
Arguments:
SetOfClauses- is a set of cov(Line,Symbol,PI)
Minimal- is a list of test(File,CoveredCount,NewCoveredCount)

Undocumented predicates

The following predicates are exported, but not or incorrectly documented.

Source test_scasp
Source qtest_scasp