diff options
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> |