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.

io.kotlintest.properties 2.0 → 3.[01]

See original GitHub issue

Hi,

I have some tests that run fine with 2.0.x. I change the Gradle build file to swap from the single artefact to the trio of artefacts for 3.1.X but now:

import io.kotlintest.properties.table
import io.kotlintest.properties.headers
import io.kotlintest.properties.row

are unfound. I can’t see anything about this in the 3.0 release notes, but maybe I am just missing it?

I am using Gradle 4.7 on Debian Linux.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
sksamuelcommented, Apr 25, 2018

Great. I’ll close this then as ticket #311 covers the import issue.

0reactions
russelcommented, Apr 25, 2018

Pushed changes that seem to make things work fine using Gradle 4.7 and Kotlintest 3.1.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Property-based Testing - Kotest
Property -based Testing. Kotest is split into several subprojects which can be used independently. One of these subprojects is the property test framework....
Read more >
Micronaut Test
Defining Additional Test Specific Properties​​ The above example expects a file located at src/test/resources/io/micronaut/kotlintest/myprops. properties . You ...
Read more >
Kotlintest and Property-Based Testing - DZone
Property -based testing uses randomly generated data to test a program's projected behavior. Let's see how Kotlintest uses it and how it ...
Read more >
Testing | Ktor
Ktor provides a special testing engine that doesn't create a web server, doesn't bind to sockets, and doesn't make any real HTTP requests....
Read more >
Kotlintest and property based testing - and sundry
The idea behind property based testing is simple - the behavior of a program is described as a property ... import io.kotlintest.properties.
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