mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
fix case
This commit is contained in:
4
.github/ISSUE_TEMPLATE/good_first_issue.md
vendored
4
.github/ISSUE_TEMPLATE/good_first_issue.md
vendored
@@ -24,13 +24,13 @@ Following the things you need to do:
|
||||
|
||||
*api-fluent*
|
||||
- [ ] provide a val which returns `Expect<T>` in xYExpectations.kt (see yzExpectations.kt as a guideline)
|
||||
- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect<AB>` in xYExpectations.kt (see yzExpectations.kt as a guideline)
|
||||
- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect<AB>` in xyExpectations.kt (see yzExpectations.kt as a guideline)
|
||||
- [ ] add `@since 0.17.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC
|
||||
- [ ] extend or write a separate Spec named XyExpectationsSpec in specs-common (see for instance YzExpectationsSpec) and extend it in atrium-api-fluent-en_GB-common/src/test
|
||||
|
||||
*api-infix*
|
||||
- [ ] provide a val which returns `Expect<T>` in xYExpectations.kt(see yzExpectations.kt as a guideline)
|
||||
- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect<AB>` in xYExpectations.kt (see yzExpectations.kt as a guideline)
|
||||
- [ ] provide a fun which expects an `assertionCreator`-lambda and returns `Expect<AB>` in xyExpectations.kt (see yzExpectations.kt as a guideline)
|
||||
- [ ] add `@since 0.17.0` (adapt to current [milestone](https://github.com/robstoll/atrium/milestones)) to KDOC
|
||||
- [ ] extend or write a separate Spec named XyExpectationsSpec in specs-common (see for instance YzExpectationsSpec) and extend it in atrium-api-infix-en_GB-common/src/test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user