TestContext documentation seems either outdated or just missing stuff
Open
Nobody has claimed this yet.
pri:p1
- Dominant language
- Dockerfile
- Stars
- 600
- Forks
- 158
- Avg merge
- 16h 8m
- Merged PRs (30d)
- 21
Description
- See https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html#testparameters The correct property name is is TestContext.Parameters, the TestParameters is the type.
- There are more properties that are not documented, see https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/TestContext.cs , e.g. TestAdapter, ResultAdapter and more.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the TestContext documentation page linked in the issue and compare it with src/NUnitFramework/framework/TestContext.cs. Correct the TestContext.Parameters naming and document the additional properties identified from the source, including TestAdapter and ResultAdapter.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100