Giter Site home page Giter Site logo

kotest / kotest-property-arbs Goto Github PK

View Code? Open in Web Editor NEW
6.0 7.0 2.0 564 KB

Fake data generator for use in tests (or in your applications) via Kotest arbs

License: Apache License 2.0

Kotlin 100.00%
kotest faker fake-data fake-data-generator kotlin testing hacktoberfest

kotest-property-arbs's Introduction

kotest-property-arbs

master

A collection of Arb's that work with Kotest property testing for many different domains, such as stock prices, brand names, wine reviews, countries, tube stations and so on.

See full docs at the main Kotest site.

kotest-property-arbs's People

Contributors

dependabot[bot] avatar kantis avatar renovate[bot] avatar sksamuel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kotest-property-arbs's Issues

Paragraph/Sentence/Word generator

It's very usual to fill paragraphs in with Lorem ipsum dolor sit amet....

With paragraph filling, it's a common use case to write text in interface tests and anywhere where text input is needed.

Paragraph Arbitrary

public fun Arb.paragraph(minSentences: Int = 1, maxSentences: Int = 10, gen: Gen<String> = Arb.sentence()): Arb<String>

Sentence Arbitrary

public fun Arb.sentence(minWords: Int = 1, maxWords: Int = 20, gen: Gen<String> = Arb.word()): Arb<String>

Word Arbitrary

public fun Arb.word(minSize: Int = 3, maxSize: Int = 26, locale: Locale = US?): Arb<String>

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/PR.yml
  • actions/checkout v4
  • actions/setup-java v4
.github/workflows/master.yml
  • actions/checkout v4
  • actions/setup-java v4
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-java v4
gradle
gradle.properties
publish-mpp.gradle.kts
signing-pom-details.gradle.kts
build.gradle.kts
  • org.jetbrains.kotlin.multiplatform 1.6.21
gradle/libs.versions.toml
  • io.kotest:kotest-runner-junit5 5.5.5
  • io.kotest:kotest-framework-api 5.5.5
  • io.kotest:kotest-property 5.5.5
  • io.kotest.extensions:kotest-property-datetime 1.1.0
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.3
  • org.jetbrains.kotlinx:kotlinx-datetime 0.4.0
  • com.univocity:univocity-parsers 2.9.1
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 7.6.4

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.