Skip to content

Commit

Permalink
Add infix feature extractors samples (robstoll#1568)
Browse files Browse the repository at this point in the history
First attempt
  • Loading branch information
constantine-zubrylin committed Apr 1, 2024
1 parent 5d98d57 commit 9f60da8
Show file tree
Hide file tree
Showing 2 changed files with 525 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FeatureExtractorSamples {
.its({ age }) {
// introduces an expectation-group block
// all expectations are evaluated inside an expectation-group block; for more details:
// https://github.com/robstoll/atrium#define-single-expectations-or-expectation-groups
// https://github.com/robstoll/atrium#define-single-expectations-or-expectation-groups TODO: check link

toBeGreaterThan(40) // fails
toBeLessThan(50) // still evaluated, use `.its.` if you want fail fast behaviour
Expand Down
Loading

0 comments on commit 9f60da8

Please sign in to comment.