GithubHelp home page GithubHelp logo

starnowski / bmunit-extension Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 4.0 1.53 MB

Implementation of junit4 rule for BMUnit

License: GNU Lesser General Public License v2.1

Java 79.38% Groovy 20.19% Shell 0.43%

bmunit-extension's People

Contributors

dependabot[bot] avatar starnowski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bmunit-extension's Issues

Add the junit5-extension module

Add the junit5-extension submodule which will support integration with JUnit5 library. The module needs to be compiled with Java version 8.

Create new module "junit4-rule-utils-demo"

Create new maven module "junit4-rule-utils-demo".
Move all tests which use of "com.github.starnowski.bmunit.extension:utils" library from "junit4-rule-demo" module to "junit4-rule-utils-demo".
Leave or create new tests in module "junit4-rule-demo" which don't use "com.github.starnowski.bmunit.extension:utils" library.

Prepare for the article purprose the example code where instead of using the "bmunit-extension" library the native java mechanisms will be used for tests purpose

Prepare for the article purprose the example code where instead of using the "bmunit-extension" library the native java mechanisms will be used for tests purpose.
For example for test https://github.com/starnowski/bmunit-extension/blob/master/junit4-spock-spring-demo/src/test/java/com/github/starnowski/bmunit/extension/junit4/spock/spring/demo/controllers/UserControllerTest.java
try to use the "java.util.concurrent.CountDownLatch" type just like in example on page https://stackoverflow.com/questions/17827022/how-is-countdownlatch-used-in-java-multithreading

Add note that project is available from jcenter repository

<profiles>
    <profile>
        <repositories>
            <repository>
                <snapshots>
                    <enabled>false</enabled>
                </snapshots>
                <id>central</id>
                <name>bintray</name>
                <url>https://jcenter.bintray.com</url>
            </repository>
        </repositories>
        <pluginRepositories>
            <pluginRepository>
                <snapshots>
                    <enabled>false</enabled>
                </snapshots>
                <id>central</id>
                <name>bintray-plugins</name>
                <url>https://jcenter.bintray.com</url>
            </pluginRepository>
        </pluginRepositories>
        <id>bintray</id>
    </profile>
</profiles>
<activeProfiles>
    <activeProfile>bintray</activeProfile>
</activeProfiles>

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.