Skip to content

rename extract() to extracting() #42

Description

@saturnboy

While extract is shorter, it doesn't read fluently, nor does it match the AssertJ api.

Therefore, rename this:

assert_that(people).extract('first_name').is_equal_to(['Fred','Bob'])

to this:

assert_that(people).extracting('first_name').is_equal_to(['Fred','Bob'])

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions