Code Monkey home page Code Monkey logo

native-test-suite-launchers's Introduction

native-test-suite-launchers

Native test suite launchers for Gradle. The native launchers are used for better coupling between a test framework and Gradle internal event system.

The project is divided into 4 components:

  • Main: The core api
  • Channel: The communication channel between the compiled native test suite and Gradle. The default implementation use socket. Third party can use implement there own if socket is not available on the platform.
  • EntryPoint: The generic entry point definition so the user doesn't need to create one. The plan support is for main, dllmain and kernel driver main.
  • CUnit & Google Test: Integration of the commands with each test framework. Any new test framework support should just need to implement this part.

Status:

  • Socket communication unit test are finished.
  • Threading code has been started but will be dump as it was reveal useless.

Planned Feature for the launcher:

  • Integration with CUnit
  • Integration with Google Test
  • Forward stdout and stderr to channel (mainly useful for shared library and kernel driver test)
  • Commands initiated by Gradle:
    • List all test suites and test cases
    • Execute a specific test case

These features are the minimum required for maximum flexibility. Everything else (the actual features) will be implemented in Gradle and most likely shared between the other language.

native-test-suite-launchers's People

Contributors

shad0w1nk avatar

Watchers

James Cloos avatar Francis ANDRE 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.