File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,16 @@ Contents
51
51
* Input/output format strings and format string generators
52
52
53
53
### Classes
54
+ * A command-line abstraction that searches for program arguments.
55
+ * A minimalistic unit testing framework based around four types (see [ ./test/main.f90] ( ./test/main.f90 ) for a use case):
56
+ - ` test_t ` is a parent type to extend when defining unit tests,
57
+ - ` test_description_t ` encapsulates scalar test functions and test descriptoins,
58
+ - ` vector_test_description ` : encapsulates array-valued test functions and test descriptions.
59
+ - ` test_result_t ` encapsulates test deescriptions and boolean (pass/fail) outcomes, and
54
60
* Parallel data partitioning and gathering,
55
- * A minimalistic unit testing framework based around three types: ` test_t ` , ` test_description_t ` , and ` test_result_t `
56
61
* (Co-)[ Object pattern] abstract parent,
57
62
* Runtime units tracking,
58
63
* A test oracle using the [ Template Method pattern] , and
59
- * A command-line abstraction that searches for program arguments.
60
64
61
65
Documentation
62
66
-------------
You can’t perform that action at this time.
0 commit comments