summaryrefslogtreecommitdiff
path: root/site/tests/index.html
blob: 40642b05b058d79865e9f8600b88db196d9fba74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>