diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
commit | ee57036c9cfdff27a81a38a9c5abc3b631f3a83c (patch) | |
tree | 812ad4393c68b0575c4010d9b25d39e20ceefb1c /site/tests/index.html | |
parent | 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff) |
POM website
Diffstat (limited to 'site/tests/index.html')
-rw-r--r-- | site/tests/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/site/tests/index.html b/site/tests/index.html new file mode 100644 index 0000000..40642b0 --- /dev/null +++ b/site/tests/index.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta content="width=device-width,initial-scale=1" name="viewport"> + <title>POM tests</title> + <link rel="icon" href="/icon.png"> +</head> +<body> +<p> + <a href="/index.html">POM homepage</a> +</p> +<h2>Tests for POM</h2> +<p> + The tests listed below are freely available for checking that POM configuration parsers are implemented correctly. +</p> +<p> + There are currently four test suites for POM parsing: +</p> +<ul> + <li><a href="/tests/parsing.html"><code>parsing</code></a> — for testing that key-value pairs are correct</li> + <li><a href="/tests/location.html"><code>location</code></a> — for testing that definition location of keys is correctly determined</li> + <li><a href="/tests/errors.html"><code>errors</code></a> — for testing that error conditions are detected and gracefully handled</li> + <li><a href="/tests/interpretation.html"><code>interpretation</code></a> — for testing that numbers, booleans, and lists are parsed correctly</li> +</ul> + +</body> +</html> |