blob: c4f353251b81e0f1c3c9696d21251209351202ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Tests for POM
Each subdirectory of this directory contains a type of test for POM parsers.
They are described below:
- [`parsing/`](parsing/README.md) — for testing that key-value pairs are correct
- [`location/`](location/README.md) — for testing that definition location of keys is correctly determined
- [`errors/`](errors/README.md) — for testing that error conditions are detected and gracefully handled
- [`interpretation/`](interpretation/README.md) — for testing that numbers, booleans, and lists are parsed correctly
- [`schema/`](schema/README.md) — for testing that schemas are implemented correctly
- [`schema_errors/`](schema_errors.md) — for testing that schema errors are detected and gracefully handled
|