Showing 33 open source projects for "java-orm"

View related business solutions
  • #1 Accounting Software For Small Business Icon
    #1 Accounting Software For Small Business

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider.

    Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically. Keep cash longer with free same-day direct deposit. Manage benefits and employee services from your payroll account. Keep cash longer with direct deposit. You’ll also have the flexibility to pay your team when you want with same-day direct deposit. Your time tracking data automatically flows into your account. You can approve timesheets, pay your team, and create invoices right from your phone. Free up valuable time and set your payroll to run automatically. If you turn on Auto Payroll, we’ll also send notifications to help you manage your account.
  • Bare Metal Cloud Servers Icon
    Bare Metal Cloud Servers

    Cloud-native dedicated servers powered by automation

    phoenixNAP is a global IaaS provider delivering world-class infrastructure solutions from strategic edge locations in the U.S., Europe, Asia-Pacific, Australia, and Latin America.
  • 1
    EclEmma - Java Code Coverage for Eclipse
    EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench. The EclEmma project is also the home of the JaCoCo code coverage library which is the technical back-end for EclEmma and also has integrations with many other build and software quality tools.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2

    JSCover

    JSCover - JavaScript code coverage

    JSCover is a tool that measures code coverage for JavaScript programs. It is an enhanced Java implementation of the excellent JSCoverage tool.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Intern

    Intern

    A next-generation code testing stack for JavaScript

    Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. Intern is minimally prescriptive and enforces only a basic set of best practices designed to ensure your tests stay maintainable over time. Its extensible architecture allows you to write custom test interfaces, executors, and reporters to influence how your tests run & easily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ensurelib

    Writing assertions in Java without sacrificing code coverage

    The ensurelib library is used to state conditions that must be verified in source code. It acts as a replacement for standard java assertions and Google's guava code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RouteGenie NEMT software Icon
    RouteGenie NEMT software

    Modern software for non-emergency medical transportation providers, built to improve scheduling, billing, routing, and dispatching processes.

    RouteGenie NEMT software is a modern system built to automate all non-emergency medical transportation processes including routing, scheduling, dispatching, and billing. It helps manage everyday challenges like vehicle breakdowns, traffic problems, cancelations, driver call-offs, will calls, no shows, add-on trips, on-demand trips, and more.
  • 5
    BUILD & RUN - to build a jar file, run maven's lifecycle task "mvn clean install". - run it with cmd: "java -jar {csvviewer-with-dependencies.jar} -f {path-to-csv} HELP - get help on possible startup params with "java -jar {csvviewer,jar} --help IMPORTANT NOTES If you want to change anything, look at the task description of rené first to ensure it's not against the task's rules. Please use the InteliJ code coverage report, to respect the 100% coverages on the main classes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    unitils-objectvalidation

    Unitils module to test if a object respects your predefined rules.

    Unitils Module - Easy way to test if the object validates all the predefined rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project provides a meaningful way to increase code coverage of your jUnit and TestNG tests. Unit testing Java Beans can be a tedious task. The goal of this project is to provide an automated way to unit test the getters and setters of a class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A group of Java-based testing tools and JUnit extensions aimed at increasing quality awareness and ease of introduction of testing tools into the development cycle. Examples are Automated documentation, class hierarchy unit testing, and code coverage.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9
    Extends Cobertura to measure and report on code covered by unit tests in same package. Also adds improved reporting features, including measuring code coverage against a coverage policy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • deskbird is the most intuitive desk booking app for your hybrid office. Icon
    deskbird is the most intuitive desk booking app for your hybrid office.

    With deskbird, creating an efficient workplace has never been easier.

    For companies in need of a people-centric workplace management solution so employees can see who is in the office, schedule their office and work-from-home days, and book resources for office days.
  • 10
    TikiOne JaCoCoverage

    TikiOne JaCoCoverage

    Java (6&7) Code Coverage Plugin for NetBeans, based on JaCoCo

    NetBeans module that provides JaCoCo code coverage (Java7 compatible). For Ant based JavaSE projects. Maven and Gradle support may be added later. WARNING: Binary files have been removed. They're now on a NetBeans update center. Please check https://github.com/jonathanlermitage/tikione-jacocoverage#download-stable-and-dev-builds for details. ~Jonathan Lermitage <jonathan.lermitage@gmail.com>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Easy Coverage for Java

    Dynamically generated unit tests for basic verifications.

    Easy Coverage is a tool that can dynamically generate unit tests to perform basic verifications, thus leaving more time for the developers. When writing unit tests, developers often have to write the same elementary verifications over and over for most classes. This is tedious and error-prone, and keeps developers away from writing more meaningful unit tests. Easy Coverage is extensible and highly configurable. It can work as a standalone product, or be used with JUnit, which is highly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Automatic JUnit Creation Tool
    The Automatic JUnit Creation Tool analyzes java classes to map all possible test branches. The tool then guides users through the generation of a JUnit test.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Code Coverage Tool For Oracle PL/SQL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A web-based courseware system for programming courses. Provides support for on-line submission testing, static analysis, code coverage, peer and instructional code reviews and grading. Works with projects in any programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jLikeRuby
    Java facades in Ruby style. You can use many ruby methods (first, each, join, collect, deleteIf..) for basic classes (Array, String, Hash...). These Java methods work as in Ruby. About 60% of code coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An eclipse plugin for code coverage visualization of JUnit Tests. Especially useful for test-first development. Supported coverages include block coverage and all-uses coverage (Data Flow Analysis).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ZK Unit extends JUnit to test your ZK project: ZUL pages, composers, event handlers, constraints and more. Use ZKUnit for test driven development, to achieve code coverage and integration with a continous build system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An integrated testing framework, covering test case generation, execution, bug reporting, code coverage and coding conventions. Currently This is a module suite for netbeans IDE, integrating some open source PHP Testing Tools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Coberclipse is a eclipse plugin for Corbertura. It will instrument the classes during the build and show the code coverage after executing unit test cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Unzip buildtemplate and you will have a project set up with ant/junit/verifydesign/code coverage all out of the box. It is a great way to get started and then add to the build.xml as you go. netbuildtemplate is for .net and has nant/nunit/NCover, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Codemon is a testing tool that enables code coverage of C codes. It supports the level of Decision Coverage and Condition Coverage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hansel is an extension to JUnit implementing code coverage tests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    EL4Ant is a light and efficient build system based on Apache Ant. A project is described in XML as modules with transitive dependencies. Features are provided thanks to plugins: Java execution, JUnit reports, EMMA code coverage, Eclipse integration...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    It is a JavaDoc and comment coverage tool. It check the quality of JavaDoc and comments in Java source files. The output is like the EMMA Java code coverage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This profiler (JRE 1.5.0 only) uses JVMTI and native bytecode instrumentation for the analysis of the heap, reachable objects, execution time, garbage collection efficiency, code coverage and thread contention. No preparation steps required in build.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next