Assertion generation API
Nobody has claimed this yet.
- Dominant language
- Smalltalk
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Create an API which developers can use to get a list of assertion suggestion in their code.
For example, the developer adds a line in his/her test method: SmallAmp assertionsHere: self for: anObject. and runs the test.
SmallAmp refactors his code and replaces this API call with a list of assertions.
Contributor guide
No contributing guide indexed for this repository
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
No files, tests, or entry points are named in the issue. Start by locating the existing assertion-generation code and test-amplification flow, then define the API's expected input and generated assertion list. Done means the example call is replaced with assertions and the behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100