Commit Graph

  • c1acfd9917 todo what needs to be done next refactor-reporter Robert Stoll 2021-03-16 13:01:25 +01:00
  • c8b4e42556 indented multiline string, does not work yet correctly for paragraphs Robert Stoll 2021-03-14 23:07:51 +01:00
  • da94e55e4e useEmptyPrefix to be more flexible Robert Stoll 2021-03-14 21:41:49 +01:00
  • 4740108878 working :) Robert Stoll 2021-03-14 00:48:38 +01:00
  • 6da27733b3 indentLevel also during maxCalculation, missing span Robert Stoll 2021-03-14 00:04:06 +01:00
  • 3c086cb0de draft with span Robert Stoll 2021-03-13 23:18:39 +01:00
  • 55d95e90f4 colour and align in formatting Robert Stoll 2021-03-09 12:28:49 +01:00
  • a9f8776942 Merge pull request #830 from mai2412/#676-add-samples-comparable-assertions-infix Robert Stoll 2021-03-05 21:29:18 +01:00
  • 2b31018632 fixes #676 Mai Le 2021-03-05 17:29:35 +11:00
  • a96ca8f0f4 deprecate everything remaining in domain-builders which isn't yet Robert Stoll 2021-03-04 21:02:09 +01:00
  • 810fb6fdb6 Merge pull request #829 from mai2412/#806-filter-io.kotest-runner Robert Stoll 2021-03-04 10:25:11 +01:00
  • 86dbe94aab fixes 806 Mai Le 2021-03-04 00:30:03 +11:00
  • 4c8a5b3e17 cleanup Robert Stoll 2021-03-02 22:07:59 +01:00
  • 5e2a029962 Bump org.jetbrains.kotlin.jvm in /samples/jvm/junit5 dependabot[bot] 2021-02-26 04:03:00 +00:00
  • 9ba28b1dfd Merge pull request #823 from robstoll/dependabot/gradle/samples/multiplatform/org.jetbrains.kotlin.multiplatform-1.4.31 Robert Stoll 2021-02-26 08:11:03 +01:00
  • bb45219fa6 Merge pull request #822 from robstoll/dependabot/gradle/samples/jvm/spek/org.jetbrains.kotlin.jvm-1.4.31 Robert Stoll 2021-02-26 08:10:58 +01:00
  • 72ec7bc0f2 Merge pull request #826 from robstoll/dependabot/maven/samples/maven/kotlin.version-1.4.31 Robert Stoll 2021-02-26 08:10:52 +01:00
  • 6ae5efd0fc Merge pull request #825 from robstoll/dependabot/gradle/samples/js/org.jetbrains.kotlin.js-1.4.31 Robert Stoll 2021-02-26 08:10:47 +01:00
  • 38cb9c85c3 Bump kotlin.version from 1.4.30 to 1.4.31 in /samples/maven dependabot[bot] 2021-02-26 04:07:18 +00:00
  • 92a2cebc91 Bump org.jetbrains.kotlin.js from 1.4.30 to 1.4.31 in /samples/js dependabot[bot] 2021-02-26 04:03:52 +00:00
  • 8afb6b541d Bump org.jetbrains.kotlin.multiplatform in /samples/multiplatform dependabot[bot] 2021-02-26 04:02:42 +00:00
  • 8dceea9931 Bump org.jetbrains.kotlin.jvm from 1.4.30 to 1.4.31 in /samples/jvm/spek dependabot[bot] 2021-02-26 04:02:42 +00:00
  • c184d525d9 Merge pull request #820 from robstoll/fix-readme-re-generation Robert Stoll 2021-02-23 22:11:32 +01:00
  • 27b3e4a4a0 fix readme re-generation, use always ReadmeObjectFormatter Robert Stoll 2021-02-23 21:02:19 +01:00
  • 7deb6a804a Merge pull request #818 from robstoll/move-ReporterBuilder Robert Stoll 2021-02-23 20:55:24 +01:00
  • 575f5285e1 use Translator in ComponentFactoryContainer introduce ComponentFactory Robert Stoll 2021-02-23 15:49:29 +01:00
  • d010e5af67 write specs to cover custom bullet points, remove from other specs Robert Stoll 2021-02-21 21:07:13 +01:00
  • c868f30cd6 #654 map assertions samples (#817) Igor Emelyanov 2021-02-20 23:57:07 +03:00
  • b5716f03fa Merge pull request #811 from fimbulwint/#765-shortcut-for-isSymbolicLink Robert Stoll 2021-02-20 19:49:08 +01:00
  • 2d3b1c898a add convenience shortcut for Path.toBeASymbolicLink feature jaime 2021-02-14 11:53:03 +01:00
  • fc31761891 Merge pull request #816 from robstoll/change-deprecation-to-0.17.0 Robert Stoll 2021-02-18 21:08:58 +01:00
  • a93f992657 codecov after 5 builds Robert Stoll 2021-02-18 16:54:41 +01:00
  • eeccac627c improve error message for TranslatableWithArgs and cover with tests Robert Stoll 2021-02-18 16:29:59 +01:00
  • 96e7587684 fix wrong ReplaceWith imports for assertion verbs Robert Stoll 2021-02-18 16:27:47 +01:00
  • 593cd80053 adjust deprecations regarding removal and remove unused constant Robert Stoll 2021-02-18 16:27:28 +01:00
  • 3a1025c8a8 also fix upload for bc and bbc Robert Stoll 2021-02-18 14:43:39 +01:00
  • b8389468f4 fix upload coverage, github.refs includes refs/heads Robert Stoll 2021-02-18 13:49:39 +01:00
  • 05cfe8727f Merge pull request #815 from shytnik-igor/#329_move_PathFeatureExpectationsSpec_to_PathExpectationsSpec Robert Stoll 2021-02-18 10:40:52 +01:00
  • ab9fcb4344 Move PathFeatureExpectationsSpec to PathExpectationsSpec Ihar 2021-02-17 12:49:19 +03:00
  • 6db344764d Merge pull request #768 from ivanmiklec/remove-size-check-out-of-iterable-contains Robert Stoll 2021-02-16 22:24:39 +01:00
  • 9ace9f569d narrow a IterableContains 0.15 bc/bcc scope ivanmiklec 2021-02-16 22:03:55 +01:00
  • 58a2242fa6 Add samples for mapEntryAssertions of api-fluent (#814) Igor Emelyanov 2021-02-16 23:40:30 +03:00
  • 9409248fc7 Update readme and disable bcc for iterable.contains ivanmiklec 2021-02-16 21:21:19 +01:00
  • 88fd0f114a #299 move size feature assertion from iterable.contains ivanmiklec 2021-02-16 01:12:36 +01:00
  • 56afad808f #636 improve perfomance filter duplicates (#812) Igor Emelyanov 2021-02-15 23:21:17 +03:00
  • 35dacf5b13 bump license year Robert Stoll 2021-02-15 20:59:38 +01:00
  • 6a3846438e Merge pull request #810 from robstoll/move-PleaseUseReplacementException Robert Stoll 2021-02-12 21:17:45 +01:00
  • 09c27e3625 move PleaseUseReplacementException to core Robert Stoll 2021-02-09 22:09:26 +01:00
  • 9225869c88 Merge pull request #808 from robstoll/use-MethodCallFormatter-from-components Robert Stoll 2021-02-09 22:12:24 +01:00
  • d0de536750 use MethodCallFormatter from components instead of CoreFactory Robert Stoll 2021-02-09 21:56:45 +01:00
  • 2134748c90 Merge pull request #807 from robstoll/introduce-ComponentFactoryContainer Robert Stoll 2021-02-09 21:56:53 +01:00
  • c8e8e11dd5 replace AssertionCollector by utility functions in logic Robert Stoll 2021-02-08 23:43:52 +01:00
  • 241d41a825 introduce ComponentFactoryContainer and AtriumErrorAdjusters in core Robert Stoll 2021-02-08 22:50:43 +01:00
  • 7867962412 use invoke instead of create as Builder's factory method name Robert Stoll 2021-01-26 15:15:03 +01:00
  • 6542789315 Merge pull request #804 from robstoll/move-away-from-jcenter Robert Stoll 2021-02-08 10:15:33 +01:00
  • 9ae00123d6 move away from jcenter as it will stop working on 1st of may 2021 Robert Stoll 2021-02-04 22:35:09 +01:00
  • 526e468a7e Bump junit-platform-console from 1.7.0 to 1.7.1 dependabot[bot] 2021-02-05 07:22:20 +00:00
  • 2c18108948 Bump junit-jupiter-api from 5.7.0 to 5.7.1 in /samples/multiplatform dependabot[bot] 2021-02-05 04:16:23 +00:00
  • d335d520ae Bump junit-jupiter-engine from 5.7.0 to 5.7.1 dependabot[bot] 2021-02-05 02:03:49 +00:00
  • 14485dda66 Bump junit.version from 5.7.0 to 5.7.1 in /samples/maven dependabot[bot] 2021-02-05 04:16:15 +00:00
  • 87acf1e43d Bump junit_version from 5.7.0 to 5.7.1 in /samples/jvm/junit5 dependabot[bot] 2021-02-05 04:17:26 +00:00
  • 9c341367da Bump kotlin.version from 1.4.21-2 to 1.4.30 in /samples/maven dependabot[bot] 2021-02-04 04:16:23 +00:00
  • b106d338a3 Bump org.jetbrains.kotlin.js from 1.4.21-2 to 1.4.30 in /samples/js dependabot[bot] 2021-02-04 04:18:57 +00:00
  • ea7df12815 Bump org.jetbrains.kotlin.jvm in /samples/jvm/spek dependabot[bot] 2021-02-04 04:16:28 +00:00
  • 4cc1c34bec Bump org.jetbrains.kotlin.jvm in /samples/jvm/junit5 dependabot[bot] 2021-02-04 04:16:11 +00:00
  • 5dae398a95 Bump org.jetbrains.kotlin.multiplatform in /samples/multiplatform dependabot[bot] 2021-02-04 04:15:29 +00:00
  • 6951315043 update note about feature syntax Robert Stoll 2021-02-03 23:04:31 +01:00
  • 6ffc6dbb49 Add samples for api-infix' charSequenceAssertions (#791) Thor Porcel 2021-02-02 21:09:58 +01:00
  • 6041c6cafd Merge pull request #789 from robstoll/move-ExpectBuilder Robert Stoll 2021-01-26 14:59:28 +01:00
  • 421253e73c move FeatureExpectOptionsChooser to logic Robert Stoll 2021-01-25 22:07:50 +01:00
  • fdb357c02a deprecate ExpectBuilder and introduce RootExpectBuilder in logic Robert Stoll 2021-01-24 22:14:51 +01:00
  • e88587a4db Merge pull request #788 from robstoll/subject-of-this-expectation Robert Stoll 2021-01-19 21:29:00 +01:00
  • c417262554 rename assertion to expectation in KDoc Robert Stoll 2021-01-19 20:30:36 +01:00
  • e6b5d0156e Merge pull request #787 from robstoll/todo-0.16.0 Robert Stoll 2021-01-17 23:13:34 +01:00
  • 61a48ccadf update codecov, we don't plan to cover more for the moment Robert Stoll 2021-01-17 23:12:52 +01:00
  • 31e3bc13f0 update 0.16.0 TODOs due to possible replacement of Assertion with Record Robert Stoll 2021-01-17 22:57:57 +01:00
  • a3a79991d7 don't move mapAssertions.isEmpty to other file, we introduce new files Robert Stoll 2021-01-17 22:51:25 +01:00
  • 182fa58bd9 Merge pull request #786 from robstoll/distinguish-forgive-bc-bbc Robert Stoll 2021-01-17 23:10:51 +01:00
  • 61c88ec1a6 split up forgive pattern for bc and bbc and forgive samples Robert Stoll 2021-01-17 22:48:05 +01:00
  • ed0d31e47e change will be removed with 1.0.0 to latest with 1.0.0 Robert Stoll 2021-01-16 21:50:20 +01:00
  • 4d5e51a008 Merge pull request #785 from robstoll/move-group-to-logic Robert Stoll 2021-01-16 21:47:46 +01:00
  • a93f78adcf move Group and co. from domain-builders to logic use it in API Robert Stoll 2021-01-16 21:27:24 +01:00
  • 7e382bd7c5 Update README.md Robert Stoll 2021-01-15 22:33:34 +01:00
  • c155bd4dd1 fix line numbers in link for nullable and co reword-assertion-to-expectation-in-md Robert Stoll 2021-01-14 23:06:00 +01:00
  • d286111454 use expectation instead of assertion in .md files Robert Stoll 2021-01-14 23:01:32 +01:00
  • 617f8138fc Merge pull request #784 from robstoll/move-VarArgHelper-to-logic Robert Stoll 2021-01-14 21:55:39 +01:00
  • 9012ff6dd5 move VarArgHelper from domain to logic Robert Stoll 2021-01-14 21:36:44 +01:00
  • 48e8ace97e fix version in installation section. Latest is 0.15.0 and not 0.12.0 Robert Stoll 2021-01-14 21:18:23 +01:00
  • 1517a2452c Merge pull request #783 from robstoll/dont-inline-to-logic Robert Stoll 2021-01-13 22:41:34 +01:00
  • 13286b94f4 add extra method to API in case of inline to not leak logic to API Robert Stoll 2021-01-13 21:50:57 +01:00
  • 63d0440b40 Merge pull request #782 from robstoll/re-establish-bbc Robert Stoll 2021-01-13 08:20:06 +01:00
  • 7f2b38f5c6 also run samples in bbc-tests Robert Stoll 2021-01-13 00:15:52 +01:00
  • 63155eed45 re-establish bbcTests, re-add StaticName (due to setup) Robert Stoll 2021-01-12 23:03:18 +01:00
  • 3ce251ed25 Merge pull request #781 from robstoll/rename-assertion-to-expectation Robert Stoll 2021-01-10 23:16:39 +01:00
  • 921291522e move current samples to a folder named deprecated Robert Stoll 2021-01-10 22:43:05 +01:00
  • 45b69cd53f refactor: rename and adapt specs from *Assertions* to *Expectations* Joshua Gleitze 2020-12-23 23:37:37 +01:00
  • 623158a5d1 Merge pull request #780 from robstoll/adjust-codecov-reporting Robert Stoll 2021-01-10 22:18:15 +01:00
  • 89583b458b don't upload coverage for push && branch != master Robert Stoll 2021-01-10 22:00:47 +01:00
  • 55cd2b610b Merge pull request #779 from robstoll/fix-777-containsNoDuplicates-reporting Robert Stoll 2021-01-10 21:59:44 +01:00
  • 7145b8292b report has not: duplicate elements for containsNoDuplicateElements Robert Stoll 2021-01-10 21:16:01 +01:00