Git Product home page Git Product logo

License

LogRecorder

JUnit5/Kotest extension(s) as well as pure programmatic for recording and asserting logged messages in tests.

Features:

  • Junit5 and Kotest extensions as well as pure programmatic usage for recording:
  • Assertion DSL for validating recorded log messages

See Documentation for more details.

Artifacts

As of 2022-04-01 all artifacts are published with a Group-ID of io.github.logrecorder and the major version was increased to 2.x.x. Previously we used to publish under our now deprecated umbrella Group-ID of info.novatec.testit.

Since version 2.5.0 a BOM is provided for easy artifact version management.

Gradle

// regular way
dependencies {
    // import a BOM
    testImplementation(platform("io.github.logrecorder:logrecorder-bom:${property("logRecorderVersion")}"))

    // define dependencies without versions
    testImplementation("io.github.logrecorder:logrecorder-junit5")
    testImplementation("io.github.logrecorder:logrecorder-logback")
    testImplementation("io.github.logrecorder:logrecorder-assertions")
}

// Spring Boot dependency management plugin
dependencyManagement {
  imports {
    mavenBom("io.github.logrecorder:logrecorder-bom:${property("logRecorderVersion")}")
  }
}

Maven

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>io.github.logrecorder</groupId>
            <artifactId>logrecorder-bom</artifactId>
            <version>${logrecorder.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Licensing

LogRecorder is licensed under The Apache License, Version 2.0.

Sponsoring

LogRecorder is mainly developed by Novatec Consulting GmbH, a German consultancy firm that drives quality in software development projects.

LogRecorder's Projects

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.