Giter VIP home page Giter VIP logo

sushi-lib's People

Contributors

andreamattavelli avatar gdenaro73 avatar pietrobraione avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sushi-lib's Issues

Formatter emits wrong variable names when debug symbols are absent

The wrapper classes emitted by the formatters give name to the test0 method's variables from the variable names of the method under test. If no debug information is present in the class such names are absent, and the formatters use the default names given by JBSE to the variables, that are not well-formed Java names.

Formatter should emit class in same package as target class

The wrapper class emitted by a formatter is declared in the top-level package. This does not allow the formatter to access to package-level members of the class. The wrapper should be modified to emit the wrapper class in the same package as the target class.

Support diverging tests in coverage calculator

If a test diverges (i.e., does not terminate), the coverage calculator hangs. This means that diverging tests must be detected by hand and excluded before running the coverage calculator, potentially missing some target that these tests may cover. Introduce some form of timeout for test execution so the coverage calculator will abandon the execution of the test and progress.

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.