Commit Graph

3287 Commits

Author SHA1 Message Date
Edward Hou
dac885bc6e More consise reporting for contains.atLeast(1) (#934) 2021-06-11 07:53:05 +02:00
Wagner Dias
9d97be5f3e add samples for chronoLocalDateTimeExpectations of api-fluent #915 (#935) 2021-06-09 17:18:08 +02:00
robstoll
4b7feffbe8 generate README examples 2021-06-09 09:20:45 +02:00
Edward Hou
91fad2624c Make notToContain less verbose and show mismatched indices (#931) 2021-06-09 09:16:57 +02:00
Robert Stoll
4d3acdbc9b Merge pull request #932 from dias-wagner/dias-wagner/#914-chronoLocalDateExpectations-samples
Add samples for chronoLocalDateExpectations of api-fluent (#914)
2021-06-07 06:36:57 +02:00
Wagner Dias
20c6a68d33 Add samples for chronoLocalDateExpectations of api-fluent (#914) 2021-06-06 12:29:18 -03:00
Bacho Kurtanidze
7c829ce7f9 complete path expectation samples (#930) 2021-06-04 11:17:31 +02:00
Bacho Kurtanidze
9fe122f39f add MapAssertionSamples.kt in infix module (#912) 2021-06-03 09:46:41 +02:00
Robert Stoll
8dccdac310 Merge pull request #929 from robstoll/MapEntyAssertionSamples
Map enty assertion samples
2021-05-31 12:54:53 +02:00
Robert Stoll
b913776218 link to sample of isKeyValue and other cleanup 2021-05-31 12:15:23 +02:00
Bacho Kurtanidze
37b8749566 add MapEntyAssertionSamples in infix package (#911) 2021-05-31 12:08:22 +02:00
Robert Stoll
e786141e57 Merge pull request #928 from robstoll/cleanup-append
rename appendAssertion/CreatedBy to append and appendAsGroup
2021-05-29 21:41:54 +02:00
Robert Stoll
f67cd01e38 rename appendAssertion/CreatedBy to append and appendAsGroup
This way we can use it also on ProofContainer and users won't notice
anything as long as they recompile
2021-05-29 21:22:55 +02:00
dependabot[bot]
ac0424c1bc Bump kotlin.version from 1.5.0 to 1.5.10 in /samples/maven
Bumps `kotlin.version` from 1.5.0 to 1.5.10.

Updates `kotlin-stdlib-jdk8` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Updates `kotlin-reflect` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.0...v1.5.10)

Updates `kotlin-maven-plugin` from 1.5.0 to 1.5.10

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:36:40 +02:00
dependabot[bot]
595b6ae433 Bump org.jetbrains.kotlin.jvm in /samples/jvm/junit5
Bumps org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.10.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:12:09 +02:00
dependabot[bot]
4389aba80c Bump org.jetbrains.kotlin.multiplatform in /samples/multiplatform
Bumps org.jetbrains.kotlin.multiplatform from 1.5.0 to 1.5.10.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:12:03 +02:00
dependabot[bot]
9f5f17eec7 Bump org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.10 in /samples/jvm/spek
Bumps org.jetbrains.kotlin.jvm from 1.5.0 to 1.5.10.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:11:55 +02:00
dependabot[bot]
81153438c4 Bump org.jetbrains.kotlin.js from 1.5.0 to 1.5.10 in /samples/js
Bumps org.jetbrains.kotlin.js from 1.5.0 to 1.5.10.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 20:11:44 +02:00
Robert Stoll
1a220fcfa4 Merge pull request #921 from robstoll/to-plus-infinitive
update README examples to the `to + infinitive` schema
2021-05-23 21:46:06 +02:00
Robert Stoll
5da01b789b update README examples to the to + infinitive schema 2021-05-22 23:40:39 +02:00
Robert Stoll
ed0bed3c1d Merge pull request #920 from robstoll/to-plus-infinitive
renaming pathAssertions to consistent to + infitinive naming schema
2021-05-22 23:40:22 +02:00
Robert Stoll
ea84792d18 deprecate pathAssertions, use new ...Expectations in api-infix 2021-05-22 23:23:08 +02:00
Robert Stoll
3d1a54a768 rename pathAssertion functions to new schema in api-infix 2021-05-22 23:23:08 +02:00
Robert Stoll
f4af95da17 deprecate pathAssertions, use new ...Expectations in api-fluent 2021-05-22 23:23:07 +02:00
Robert Stoll
9b7990a3d6 rename pathAssertion functions to new schema in api-fluent 2021-05-22 22:43:01 +02:00
Robert Stoll
57d511e256 mention why we forgive containsNoDuplicates from failing 2021-05-22 22:23:38 +02:00
Robert Stoll
82a87c062d Merge pull request #913 from robstoll/#813-improve-reporting-notToContainDuplicates
#813 improve reporting not to contain duplicates
2021-05-22 22:22:03 +02:00
Robert Stoll
dd3f6bb15e forgive bc/bbc due to different reporting, add de_CH translation 2021-05-22 22:03:11 +02:00
Ed
b885b58252 Add placeholder text for "duplicated by index" Translatable 2021-05-22 21:34:09 +02:00
Ed
908110dd3b Improve reporting on containsNoDuplicates by tracking duplicate indices 2021-05-22 21:34:09 +02:00
Edward Hou
a70e112450 Add samples for iterableExpectations of api-fluent (#906) 2021-05-22 21:11:18 +02:00
Robert Stoll
ca8f3ced5b Merge pull request #909 from robstoll/to-plus-infinitive
renaming optionalAssertions to consistent to + infitinive naming schema
2021-05-22 21:09:20 +02:00
Robert Stoll
3b576279d1 optionalAssertions in api-infix follow to + infinitive, rename file 2021-05-21 22:53:51 +02:00
Robert Stoll
611e52774a deprecate optionalAssertions, use new ...Expectations in api-fluent 2021-05-21 22:44:46 +02:00
Robert Stoll
d4c3bd7ab2 rename optionalAssertion functions to new schema in api-fluent 2021-05-21 22:42:46 +02:00
Robert Stoll
60876a1251 add TODO to rename files which already follow to + infitive for jvm 2021-05-21 22:20:46 +02:00
Robert Stoll
0038ce8a86 Merge pull request #908 from robstoll/to-plus-infinitive
renaming chronoLocal/ZonedDateTimeAssertions to consistent to + infitinive naming schema
2021-05-21 22:19:54 +02:00
Robert Stoll
1a30c0d3e4 deprecate chronoZonedDateTimeAssertions, use new ...Expectations in api-infix 2021-05-21 22:01:22 +02:00
Robert Stoll
a6eb383601 rename chronoZonedlDateTimeAssertion functions to new schema in api-infix 2021-05-21 22:01:22 +02:00
Robert Stoll
187ad268fb deprecate chronoZonedDateTimeAssertions, use new ...Expectations in api-fluent 2021-05-21 22:01:22 +02:00
Robert Stoll
9478e90b48 rename chronoZonedlDateTimeAssertion functions to new schema in api-fluent 2021-05-21 22:01:21 +02:00
Robert Stoll
1be802c514 deprecate chronoLocalDateTimeAssertions, use new ...Expectations in api-infix 2021-05-21 22:01:21 +02:00
Robert Stoll
99b4169268 rename chronoLocalDateTimeAssertion functions to new schema in api-infix 2021-05-21 22:01:21 +02:00
Robert Stoll
60c8b5fd4f deprecate chronoLocalDateTimeAssertions, use new ...Expectations in api-fluent 2021-05-21 22:01:20 +02:00
Robert Stoll
7f104c5d18 rename chronoLocalDateTimeAssertion functions to new schema in api-fluent 2021-05-21 22:01:20 +02:00
Robert Stoll
4321ef071c Merge pull request #907 from robstoll/to-plus-infinitive
renaming chronoLocalDateAssertions to consistent to + infitinive naming schema
2021-05-21 21:37:17 +02:00
Robert Stoll
a00d25590e deprecate chronoLocalDateAssertions, use new ...Expectations in api-infix 2021-05-21 21:20:00 +02:00
Robert Stoll
4d98afab2d rename chronoLocalDateAssertion functions to new schema in api-infix 2021-05-21 21:18:33 +02:00
Robert Stoll
0ba211290a deprecate chronoLocalDateAssertions, use new ...Expectations in api-fluent 2021-05-21 21:12:29 +02:00
Robert Stoll
53de3023e4 rename chronoLocalDateAssertion functions to new schema in api-fluent 2021-05-21 21:09:48 +02:00