ct_testspec

Common Test Framework functions handlig test specifikations.

Common Test Framework functions handlig test specifikations.

This module exports functions that are used within CT to scan and parse test specifikations.

Functions


prepare_tests(TestSpec, Node) -> term()

prepare_tests(TestSpec) -> term()

collect_tests_from_file(Specs, Relaxed) -> term()

collect_tests_from_file(Specs, Nodes, Relaxed) -> term()

collect_tests_from_list(Terms, Relaxed) -> term()

collect_tests_from_list(Terms, Nodes, Relaxed) -> term()

View Functions