GithubHelp home page GithubHelp logo

atrium-ktor's Introduction

EUPL Build Status Travis Build status AppVeyor SonarCloud Status

Atrium-Ktor

This project provides Atrium assertion functions (for the fluent API) for different Ktor types.

Setup

repositories {
    jcenter()
    // either use jcenter or the repository on the next line
    // maven { url "http://dl.bintray.com/tegonal/oss" }
}
dependencies {
    testImplementation "com.tegonal.atrium.ktor:atrium-ktor-client:0.3.0"
    testImplementation "com.tegonal.atrium.ktor:atrium-ktor-server-tests:0.3.0"       
}

Depending on your use case you do not need all of the dependencies. The naming of the sub-projects follow the one of Ktor.

For instance, if you write tests by using kto-server-tests (meaning something along the line of withTestApplication(...)) then it suffices to depend only on atrium-ktor-server-tests

Also, the shown dependencies above are JVM dependencies. Currently atrium-ktor-client is also available for Common (-common), Android (-android) and JS (-js). Add the corresponding suffix, e.g. atrium-ktor-client-js for JS.

Example

Have a look at ktor-seed's ApplicationTest.

Contribute

You are welcome to contribute to this project:

License

Atrium-Ktor is licensed under EUPL 1.2.

atrium-ktor's People

Contributors

dependabot-preview[bot] avatar renovate-bot avatar renovate[bot] avatar robstoll avatar

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.