Resolver-supplied parameters follow the table-bound parameters
All 3 scenarios hold
Each invocation takes its file content from the table, writes it to a JUnit-supplied temporary directory, and verifies the size of the written file. TestInfo and TestReporter are resolved alongside.
expected outcome
broken scenario
| Scenario | File content | File size in bytes? |
|---|---|---|
| Single word | hello | 5 |
| Two words | hello world | 11 |
| Empty file | “” | 0 |