Commit Graph

2837 Commits

Author SHA1 Message Date
Robert Stoll
a5abcdeaae v0.14.0 v0.14.0 2020-11-14 13:48:32 +01:00
Robert Stoll
4e2b6abc7a Merge pull request #693 from robstoll/resolve-todos-0.14.0
Resolve todos 0.14.0
2020-11-13 22:31:40 +01:00
Robert Stoll
8b59bc0445 deprecate asExpect and IterableAssertions in domain 2020-11-13 21:49:05 +01:00
Robert Stoll
9ac829d877 remove inlined deprecated functions in API 2020-11-13 21:49:05 +01:00
Robert Stoll
5f2d97c46e delete ExperimentalExpectConfig and co. 2020-11-13 21:49:05 +01:00
Robert Stoll
5e04d636a8 move TODOs to 0.15.0 for AssertionCollector, implFactories, core and...
- MetaFeatureOption
- no longer extending SubjectProvider in AssertionContainer
- creating a Helper to change the representation of a FeatureExpect on
  the logic level
2020-11-13 21:49:04 +01:00
Robert Stoll
45af103ee2 Merge pull request #692 from robstoll/reformat-toVarg-usages
reformat usages of toVarArg use `.let`, reads better
2020-11-13 21:44:03 +01:00
Robert Stoll
70299a3069 reformat usages of toVarArg use .let, reads better 2020-11-13 21:23:47 +01:00
Robert Stoll
5204e328cf Merge pull request #688 from robstoll/noToThrow-show-return-value
catch exceptions during feature extraction and show it in reporting
2020-11-12 22:48:24 +01:00
Robert Stoll
b1ed371864 remove android from issue templates 2020-11-12 21:57:19 +01:00
Robert Stoll
f1ad27a3f9 catch exceptions during feature extraction and show it in reporting
- re-use this for notToThrow, change to feature extraction as we want
  to show the value in case of a success (fixes #628)
- remove genericFeature and genericSubjectBasedFeature based on
  MetaFeature from logic
2020-11-12 21:42:34 +01:00
Robert Stoll
19d768739e Merge pull request #690 from robstoll/new-kotlin-js-plugin
update sample with mocha test runner to jebtrains' new gradle plugin
2020-11-12 21:09:48 +01:00
Robert Stoll
607ef0d644 run js sample composite build in different project
because of a Windows Server 2019 issue (or at least github action issue)
2020-11-11 23:28:07 +01:00
Robert Stoll
3b8488f61d use Text instead of RawString in samples 2020-11-11 22:53:29 +01:00
Robert Stoll
514e6a54c2 remove jasmine sample and turn mocha sample into js sample
It is very unlikely someone uses JS with jasmine as jetbrains has
setup everything with mocha
2020-11-11 22:53:29 +01:00
Robert Stoll
9753cb304a simplify mocha sample further, use Atrium 0.14.0.RC1 in all js samples
We can further simplify it when we use the testSetup.kt file instead of
the gradle task. In this case we do not require commonjs any more and
we can also get rid of the NpxTask (as JetBrains' plugin seems to set
it up already).
2020-11-11 22:53:29 +01:00
chad
42f35ba6ce replace manual node_modules population with plugin 2020-11-11 22:53:29 +01:00
chad
f4dc22c4a6 remove redundant source map settings 2020-11-11 22:53:28 +01:00
chad
620e027cea use new kotlin js plugin in mocha sample 2020-11-11 22:53:28 +01:00
Robert Stoll
2727afce9d improve KDoc of all, none and containsNot 2020-11-11 22:53:14 +01:00
Robert Stoll
80c45cc13a fix typo notOrAst, should be notOrAt 2020-11-11 22:06:03 +01:00
Robert Stoll
2da290b1f9 also adjust dokka source mapping 2020-11-09 23:08:38 +01:00
Robert Stoll
37cd8b7897 change version in build.gradle to 0.14.0-SNAPSHOT 2020-11-09 23:01:34 +01:00
Robert Stoll
22cc69c0d6 adjust sneak-peak banner, update version to 0.13.0 2020-10-30 17:08:33 +01:00
dependabot[bot]
62fb618542 Bump kotlin-gradle-plugin from 1.3.71 to 1.4.10 in /samples/js/mocha
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.3.71 to 1.4.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.71...v1.4.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-30 13:54:57 +01:00
Robert Stoll
2606e64b87 update atrium to 0.14.0.RC1 for #631 2020-10-30 12:41:51 +01:00
Robert Stoll
c6277438ae re-activate development badges 2020-10-30 10:31:32 +01:00
Robert Stoll
35ef4be58b Merge branch 'release-0.14.0.RC1' 2020-10-30 10:29:13 +01:00
dependabot[bot]
258c930fe7 Bump kotlin-gradle-plugin from 1.3.72 to 1.4.10 in /samples/js/jasmine
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.4.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.10)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-30 09:56:22 +01:00
Joshua Gleitze
1d4c19c53e add Path.hasDirectoryEntry (#685) 2020-10-30 09:13:06 +01:00
Robert Stoll
7d1a301ad0 v0.14.0.RC1 v0.14.0.RC1 2020-10-30 08:11:36 +01:00
Robert Stoll
f7c0069f4e Merge pull request #687 from chadmarchand/#631_remove_experimental_sequence_dependency
#631 remove experimental dependency from CoroutineBasedLocaleOrderDecider
2020-10-30 07:20:05 +01:00
chad
4f1f9cfa0b remove experimental sequence dependency from locale order decider 2020-10-29 18:21:26 -05:00
Robert Stoll
f72dfa6acb Merge pull request #684 from jdornieden/#645_char_sequence_assertions-samples
improve naming of builder tests
2020-10-28 21:17:29 +01:00
Jens Dornieden
d61d4b299e improve naming of builder tests 2020-10-28 18:24:46 +01:00
Robert Stoll
c69a953396 Merge pull request #682 from jdornieden/#645_char_sequence_assertions-samples
#645 add samples for charSequenceAssertions of api-fluent
2020-10-28 07:08:13 +01:00
Jens Dornieden
dfe9b3cf0b add samples for charSequenceAssertions of api-fluent 2020-10-27 19:01:49 +01:00
Robert Stoll
a74ddbccc1 Merge pull request #681 from robstoll/improve-samples
improve samples, document fail fast, assertion group block
2020-10-27 16:20:07 +01:00
Robert Stoll
2d4a64bdbf improve samples, document fail fast, assertion group block 2020-10-27 16:19:19 +01:00
Robert Stoll
c6a5c90a2e Merge pull request #673 from Gosunet/add_samples_for_collectionAssertions_of_api-fluent
Resolve #646 add samples for collectionAssertions of api-fluent
2020-10-27 15:41:13 +01:00
Jens Geiregat
4891a36183 add Path.contains (#640) 2020-10-27 15:39:06 +01:00
Jonathan Lagneaux
3f2a263b49 Resolve #646 add samples for collectionAssertions of api-fluent 2020-10-26 23:32:55 +01:00
Jens Dornieden
71991e03f1 #644 add samples for arrayAssertions of api-fluent (#672) 2020-10-26 21:45:15 +01:00
Jens Dornieden
5a4bc1e420 #643 add samples for anyAssertions of api-fluent (#670) 2020-10-26 12:53:26 +01:00
Robert Stoll
8a439fdc76 Merge pull request #669 from Gosunet/add-sample-for-comparableAssertions
#647 add samples for comparableAssertions of api-fluent
2020-10-25 20:18:08 +01:00
Robert Stoll
1747b02410 Merge pull request #667 from Gosunet/master
#652 add samples for iteratorAssertions of api-fluent
2020-10-25 20:14:54 +01:00
Robert Stoll
fc09e75bbe Merge pull request #665 from BimuratMukhtar/#653-add-samples-for-listAssertions-of-api-fluent
#653 add samples for listAssertions of api-fluent
2020-10-25 20:12:36 +01:00
Мұхтар Бимұрат (Mukhtar Bimurat)
9b505de701 #653 add samples for listAssertions of api-fluent 2020-10-25 19:26:25 +06:00
Jonathan Lagneaux
1f86c2dd96 Resolve #647 add samples for comparableAssertions of api-fluent 2020-10-25 13:21:34 +01:00
Jonathan Lagneaux
2e3db42812 Resolve #652 add samples for iteratorAssertions of api-fluent 2020-10-25 01:36:30 +02:00