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