Commit Graph

2360 Commits

Author SHA1 Message Date
Robert Stoll
ca06b64d94 v0.11.0 v0.11.0 2020-04-19 16:31:54 +02:00
Robert Stoll
1ab3eebbb1 do not yet publish bundle for the new infix API 2020-04-19 16:31:53 +02:00
Robert Stoll
d98f98c15f add KDoc to Either And Option sub types 2020-04-19 15:35:05 +02:00
Robert Stoll
4db4433a16 add KDoc to DescriptionOptional/PathAssertion 2020-04-19 15:20:21 +02:00
Robert Stoll
3cb50b5068 fix package description for ch.tutteli.atrium.domain.builders.creating 2020-04-19 15:20:21 +02:00
Robert Stoll
167d33083d do not yet generate ghPages for the new infix API 2020-04-19 15:20:21 +02:00
Robert Stoll
5034569889 change @since 0.11.0 to 0.12.0 for the new infix API 2020-04-19 12:57:57 +02:00
Robert Stoll
a1f5f79a79 add link to migration hints in @Deprecated in cc-en_GB 2020-04-19 12:14:58 +02:00
Robert Stoll
1a959513f7 Merge pull request #376 from robstoll/#339-avoid-duplicate-error-msg
print error message only once for IntelliJ runners
2020-04-18 16:05:15 +02:00
Robert Stoll
9e62174fb1 avoid duplicate error message in IntelliJ console
by taking the advantage of the fact that both, the JUnit Jupiter runner
as well as Spek show Throwable.message next to do a printStacktrace
which invokes Throwable.getLocalizedMessage() which in turn calls
message usually. We tweak message to return an empty string and redirect
getLocalizedMessage() to super.message to work around the tweak.
2020-04-18 15:38:33 +02:00
Robert Stoll
c44452666f Merge pull request #448 from tkech17/shortcut_containsElementsOf
shortcut containsElementsOf code cleanup
2020-04-15 09:12:06 +02:00
Robert Stoll
3837ca9914 Merge pull request #445 from tkech17/task_131
shortcut Iterable.containsExactlyElementsOf implemented
2020-04-15 09:11:28 +02:00
tkech17
c6f43df8cd shortcut_containsElementsOf code cleanup 2020-04-15 10:59:09 +04:00
Tornike Kechakmadze
5c1e99709d use _ for unused parameter (#446) 2020-04-15 08:47:13 +02:00
tkech17
498e44deeb containsExactlyElementsOf code cleanup 2020-04-15 10:45:22 +04:00
Robert Stoll
8f3d7c1c0e Merge pull request #444 from robstoll/migrate-core-to-new-infix
Migrate core to new infix
2020-04-15 07:46:11 +02:00
dependabot-preview[bot]
195c828d82 Bump kotlin_version from 1.3.71 to 1.3.72
Bumps `kotlin_version` from 1.3.71 to 1.3.72.

Updates `kotlin-stdlib-jdk8` from 1.3.71 to 1.3.72
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-reflect` from 1.3.71 to 1.3.72
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-gradle-plugin` from 1.3.71 to 1.3.72

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-15 07:35:07 +02:00
Tornike Kechakmadze
07c6b757f1 Merge branch 'master' into task_131 2020-04-15 02:50:41 +03:00
tkech17
106def472e shortcut Iterable.containsExactlyElementsOf implemented 2020-04-15 03:46:10 +04:00
Robert Stoll
acd9d902e5 migrate AtriumPropertyTest in core-common to new infix API 2020-04-14 22:34:28 +02:00
Robert Stoll
5b405a615f migrate core-js tests which use only anyAssertions to new infix API 2020-04-14 22:34:28 +02:00
Robert Stoll
fdfe7187b8 Merge pull request #443 from robstoll/#328-reduce-code-duplication
#328 reduce code duplication
2020-04-14 22:34:14 +02:00
Robert Stoll
e89fb8811f simplify anyAssertionsSpec test feature and assertionCreator version 2020-04-14 22:04:06 +02:00
Robert Stoll
1688d855b0 reduce code duplication for Comparable and CollectionAssertionsSpec 2020-04-14 20:54:40 +02:00
miftahun
9ad81eb9ca #430 deprecate api-cc-infix add replacements for anyInsertions (#434)
* deprecate anyAssertions in api-cc-infix
* #430 updated package.json
2020-04-14 20:51:01 +02:00
Robert Stoll
c45a3030ef Merge pull request #442 from tkech17/shortcut_containsElementsOf
[#425] shortcut Iterable.containsElementsOf implemented
2020-04-14 16:29:04 +02:00
tkech17
80bf7194e1 [#425] shortcut Iterable.containsElementsOf implemented 2020-04-14 17:16:39 +04:00
Robert Stoll
de39434711 Merge pull request #441 from robstoll/cleanup-elementsOf-specs
add test for empty iterable for contains.inOrder.only.elementsOf
2020-04-14 10:29:48 +02:00
Robert Stoll
155ec17d27 add test for empty iterable for contains.inOrder.only.elementsOf 2020-04-14 09:25:10 +02:00
Robert Stoll
321208c4bd Merge pull request #439 from robstoll/#413-move-specs
#413 move specs
2020-04-13 13:34:18 +02:00
Joshua Gleitze
0e0e7cc06e Merge pull request #331 from jGleitz/improve-gradle
Fix Most Gradle Deprecation Warnings & Update Wrapper
2020-04-13 12:08:45 +02:00
Robert Stoll
7a554ec6a8 suppress deprecation in TextIndentAssertionGroupFormatterSpec 2020-04-13 12:06:34 +02:00
Assaf L
c6751e7315 #416 move jvm common (#435)
* moved domain CharSequence classes
* moved jvm to common in domain folder
* switch separator to lineSeparator and moved ToStringObjectFormatter
* moved classes besides TranslatorIntSpec and dependent classes
2020-04-13 12:04:24 +02:00
dependabot-preview[bot]
1d581ee901 Bump junit-platform-console from 1.6.1 to 1.6.2
Bumps [junit-platform-console](https://github.com/junit-team/junit5) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 11:56:38 +02:00
dependabot-preview[bot]
b03ec904e4 Bump junit-jupiter-engine from 5.6.1 to 5.6.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 11:50:01 +02:00
Joshua Gleitze
a99420d355 Fix dependency graph for runMocha tasks 2020-04-12 19:57:15 +02:00
Joshua Gleitze
1645b1e6bc Update sample projects to Kotlin 1.3.71 2020-04-12 19:39:25 +02:00
Joshua Gleitze
b3600fb2b3 Update sample projects to Gradle 6.3 2020-04-12 19:35:10 +02:00
Joshua Gleitze
5cdcfc267b Use -all distribution of Gradle for better docs in the IDE 2020-04-12 19:26:42 +02:00
Joshua Gleitze
e06f05896e Add note about requiring IntelliJ 2020.1 2020-04-12 19:24:56 +02:00
Joshua Gleitze
e58cdc910c Update to Gradle 6.3 2020-04-12 19:22:24 +02:00
Joshua Gleitze
31a8371639 Merge branch 'master' into improve-gradle
# Conflicts:
#	.github/workflows/java-windows.yml
#	build.gradle
2020-04-12 19:19:25 +02:00
Robert Stoll
d0bb6f2857 Merge pull request #436 from robstoll/prepare-deprecation-of-cc-infix
Prepare deprecation of cc infix
2020-04-10 23:32:53 +02:00
Robert Stoll
a85c44d2db remove deprecation for in cc-en_GB 2020-04-10 22:56:35 +02:00
Robert Stoll
af0c48833a fix ReplaceWith for cc-en_GB Array asIterable, fluent has asList 2020-04-10 22:56:35 +02:00
Robert Stoll
47facb86eb add new infix api to cc-infix bundles and to core
so that one can easily migrate to the new infix API.
Moreover, suppress deprecations in core tests for now as we are going
to deprecate the cc-infix. We will remove this suppression once we
migrate to the new infix API
2020-04-10 22:56:32 +02:00
Assaf L
cc4b316844 #416 move jvm common (#433)
* moved domain charsequence classes

* moved jvm to common in domain folder
2020-04-10 11:15:29 +02:00
Robert Stoll
0e149d1aed Merge pull request #428 from assaflei/#416-move-jvm-common
moved from jvm translating to common
2020-04-09 23:49:41 +02:00
Robert Stoll
8b2df72b2d Merge pull request #432 from Miftahunajat/#422-add-elementsOf-contains.ignoreCase-infix-api
fix #422 add elementsOf to contains.ignoreCase infix-api
2020-04-09 13:04:55 +02:00
miftahunajat
17070e78d7 fix #422 infix api 2020-04-09 17:15:39 +07:00