Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

released EO-hamcrest 0.3.2 and EO-collections 0.0.8 and EO-strings 0.2.0 #116

Merged
merged 6 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
EO-hamcrest 0.3.2
  • Loading branch information
Graur committed Mar 6, 2023
commit 7ed82fbdffcad74c3bf58cf865398f22374369e5
6 changes: 3 additions & 3 deletions objects/org/eolang/hamcrest/assert-that.eo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

+alias org.eolang.collections.list
+alias org.eolang.hamcrest.matchers.all-of-matcher
+alias org.eolang.hamcrest.matchers.any-of-matcher
+alias org.eolang.hamcrest.matchers.anything-matcher
Expand All @@ -41,11 +40,12 @@
+alias org.eolang.hamcrest.matchers.matches-regex-matcher
+alias org.eolang.hamcrest.matchers.string-ends-with-matcher
+alias org.eolang.hamcrest.matchers.string-starts-with-matcher
+alias org.eolang.collections.list
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Main object for assertions
[actual matcher reasons...] > assert-that
Expand Down
6 changes: 3 additions & 3 deletions objects/org/eolang/hamcrest/assert-twice-that.eo
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

+alias org.eolang.collections.list
+alias org.eolang.hamcrest.matchers.all-of-matcher
+alias org.eolang.hamcrest.matchers.any-of-matcher
+alias org.eolang.hamcrest.matchers.anything-matcher
Expand All @@ -40,11 +39,12 @@
+alias org.eolang.hamcrest.matchers.matches-regex-matcher
+alias org.eolang.hamcrest.matchers.string-ends-with-matcher
+alias org.eolang.hamcrest.matchers.string-starts-with-matcher
+alias org.eolang.collections.list
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Main object for assertions with multiply dataization of actual object.
# It should dataize twice only when we get FALSE mathcing result from the first dataization.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/all-of-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Calculates the logical conjunction of multiple matchers.
# Evaluation is shortcut, so subsequent matchers are not called
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/any-of-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Calculates the logical disjunction of multiple matchers.
# Evaluation is shortcut, so subsequent matchers are not called
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/anything-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# A matcher that always returns true.
[] > anything-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/array-each-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Matcher for array whose elements satisfy a sequence of matchers.
# The array size must equal the number of element matchers.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/blank-string-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Tests if the examined string contains zero or more whitespace characters and nothing else.
[] > blank-string-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/close-to-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Compare object that matches when an examined float
# is equal to the specified operand, within a range of +/- error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Matcher that matches if the examined string contains the specified string anywhere.
[str] > contains-string-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/described-as-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Wraps an existing matcher, overriding its description with that specified.
# All other functions are delegated to the decorated matcher,
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/empty-string-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Tests if the examined string contains zero characters and nothing else.
[] > empty-string-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/equal-to-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Is the value equal to another value
[x] > equal-to-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/greater-than-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Compare object that matches when the examined object
# is greater than the specified value
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/has-item-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Wraps an existing matcher and apply it to every item in array.
[matcher] > has-item-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/has-items-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Wraps an array of matchers and apply them to every item in array.
[matchers...] > has-items-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/is-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Decorates another Matcher, retaining the behaviour
# but allowing tests to be slightly more expressive.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/is-substring-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Tests if the argument is a substring of the actual string.
[str] > is-substring-matcher
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/less-than-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Compare object that matches when the examined object
# is less than the specified value
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/matches-regex-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Checks if given string can be generated
# by the regular expression.
Expand Down
4 changes: 2 additions & 2 deletions objects/org/eolang/hamcrest/matchers/not-matcher.eo
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Calculates the logical negation of a matcher
[matcher] > not-matcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Tests if the argument is a string that ends with a specific substring.
[str] > string-ends-with-matcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
+alias sprintf org.eolang.txt.sprintf
+home https://github.com/objectionary/eo-hamcrest
+package org.eolang.hamcrest.matchers
+rt jvm org.eolang:eo-hamcrest:0.3.1
+version 0.3.1
+rt jvm org.eolang:eo-hamcrest:0.3.2
+version 0.3.2

# Tests if the argument is a string that starts with a specific substring.
[str] > string-starts-with-matcher
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/all-of-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > all-of-numbers-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/any-of-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > any-of-numbers-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/anything-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > anything-two-sum-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/arrays-matchers-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > has-item-int-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/blank-string-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > simple-blank-string
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/close-to-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > float-is-close-to-float-with-delta-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/contains-string-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > simple-contains-string
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/described-as-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > two-sum-described-as-equal-to-test
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/empty-string-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > simple-empty-string
assert-that > @
Expand Down
2 changes: 1 addition & 1 deletion tests/org/eolang/hamcrest/equal-to-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest
+version 0.3.1
+version 0.3.2

[] > two-sum-test
assert-that > @
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest.failed-output
+version 0.3.1
+version 0.3.2

[] > all-of-number-test-failed-output
[] > suggestion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest.failed-output
+version 0.3.1
+version 0.3.2

[] > any-of-number-test-failed-output
[] > suggestion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest.failed-output
+version 0.3.1
+version 0.3.2

[] > anything-failed-output
[] > suggestion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
+home https://github.com/objectionary/eo-hamcrest
+junit
+package org.eolang.hamcrest.failed-output
+version 0.3.1
+version 0.3.2

[] > arrays-failed-output
[] > suggestion
Expand Down
Loading