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.

Separate runner and assertion library ?

See original GitHub issue

As these are different concerns : would you consider releasing separately the spec runner (StringSpec…) and the assertion library (should …) ?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Mar 19, 2018

I’ve now split the project into core, assertions, runners and spring.

0reactions
sksamuelcommented, Mar 24, 2018

This is now part of 3.0.0 RC1. If you have the time, please give it a try. There are some breaking changes that should be aware of by reading the changelog here: https://github.com/kotlintest/kotlintest/blob/master/CHANGELOG.md

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is the difference between a test runner, testing framwork ...
The assertion library is what actually runs the specs and determines whether any given condition is valid or not. Ultimately, every test is...
Read more >
What's the difference between assertion library, testing ...
Assertion libraries are tools to verify that things are correct. ... Testing Environments are the places where you run your tests.
Read more >
Which Javascript test framework should I choose? - Ponicode
The most popular choice of assertion library to pair with Mocha is ... Ava is another open source test runner and test framework...
Read more >
What is a Test Runner | BrowserStack
The different levels of testing software include a test runner, testing framework, assertion library, and a testing plug-in.
Read more >
JavaScript unit testing frameworks in 2022: A comparison
The most popular choice of assertion library to pair with Mocha is Chai, but other options are Assert, Should.js and Better-assert.
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