question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add binary validator (to avoid methods loosing)

See original GitHub issue

I found, that String Matchers (such as shouldContain) are inaccessible for current moment at 4.0.0-BETA2.

Suggestion: add binary-compatibility-validator plugin into gradle build.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Mar 10, 2020

That’s deliberate. We don’t want to bring the core dependency in, so that people can use the kotest framework without necessarily getting the assertions library.

On Tue, 10 Mar 2020 at 11:53, Igor Manushin notifications@github.com wrote:

I understand. The issue is with project configuration. The kotest-runner-junit5 references kotest-assertions-jvm https://mvnrepository.com/artifact/io.kotest/kotest-assertions-jvm, not kotest-assertions-core-jvm https://mvnrepository.com/artifact/io.kotest/kotest-assertions-core-jvm.

So issue could be resolved by adding kotest-assertions-core-jvm dependency manually.

I think it is better to do these references inside the project.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kotest/kotest/issues/1275?email_source=notifications&email_token=AAFVSGVVVKO5LJ2HYJCN43DRGZV7VA5CNFSM4LE4ZPI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOMHQSY#issuecomment-597194827, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFVSGUY4HOUIOGTUKHTE2LRGZV7VANCNFSM4LE4ZPIQ .

0reactions
stale[bot]commented, May 9, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Binary Search Tree add method reference get lost
I'm writing a custom Binary Search Tree class, and for some reason the value assigned to the nodes are always lost. here's my...
Read more >
Input Validation - an overview | ScienceDirect Topics
The major disadvantage of this approach is ensuring that the filtering or removal of values does actually sanitize the input, and doesn't just...
Read more >
How to Avoid Data Leakage When Performing Data Preparation
A common approach is to first apply one or more transforms to the entire dataset. Then the dataset is split into train and...
Read more >
Validator FAQ - Cosmos Hub
A full node is a server running a chain's binary (its software) that fully validates transactions and blocks of a blockchain and keeps...
Read more >
Starting a Validator - Solana Docs
To force validator logging to the console add a --log - argument, otherwise the validator will automatically log to a file. The ledger...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found