Showing 414 open source projects for "junit-4.12"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1

    jhttrunner

    Junit httest runner

    Junit httest runner is used to run httest in a java enviroment. jhttrunner can be downloaded via central maven repository. group: ch.sf.htt artefact. jhttrunner
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    Java library can be used in JUnit testcases for java bean classes coverage. Suitable for check methods: "equals", "hashCode", getters and setters. Similar with "https://sourceforge.net/projects/meanbean". Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    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
  • 4
    JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    JavaXmlWrapping

    Utility functionalities for simple Xml usage in Java

    Facading Xml core usages for simple and easy xml usage for basic xml reading, writing, validating, especially support for simplified XPath access for reading and writing data. XPath functionality is not fully supported so far and leaks functions, conditions, axis (except 'this' and 'parent') and operators. Indexed access is supported. Be invited to join further development or send Junit test cases if you find something (existing) is not working properly :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Bowling Score

    Simple Java project to compute the bowling score

    A simple Java project meant to compute the score of a bowling game. Currently implemented: - src/ao.bowling: architecture for the bowling game (a Game can be played by multiple Players, each Player has 10 Frames in which to knock down the pins within 1-3 Throws) - test/ao.bowling: JUnit test cases for a few typical scenarios TODO: - parse&sanitize user input (sequence of numbers representing number of pins knocked down at each throw) - simple swing interface where user inserts data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Needle

    Needle

    Effective Unit Testing for Java EE

    Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests. Follow us on Twitter (@NeedleProject)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ILEUnit is a testing framework similar to JUnit. It supports all ILE enabled languages on IBM i. It supports different output formats like spooled files, userspaces, XML stream files and integration in continuous integration server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    MTest

    pymtest, mbt by pthon, Model base testing framework by python

    MTest(pymtest) is a model based testing framework written by python, which model scenarios by python scripts and then generate test cases and its descriptions to other languages, such as junit test code, c# test code, python test code, jmeter test scripts etc. It can be extended to generate tests by any lanuage when a model viewer is supplied. See https://sourceforge.net/projects/pymtest/files/MTest/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Hibernate Pojo Generator generates all the Java code necessary to access a database via Hibernate Annotations (+ Spring) including JUnit tests (1 per table) that are able to run immediately without further customizations. Mostly tested with MySQL. Moved to GitHub: https://github.com/wwadge/hbnpojogen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Randoop Netbeans Plugin
    Randoop is an automatic unit test generator for Java. It automatically creates unit tests for your classes, in JUnit format. 1) Randoop generates unit tests using feedback-directed random test generation. In a nutshell, this technique randomly, but smartly, generates sequences of methods and constructor invocations for the classes under test, and uses the sequences to create tests. Randoop executes the sequences it creates, using the results of the execution to create assertions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TestNGEE

    Run TestNG tests inside servlet container. Great for integration tests

    It's common for integration tests to use the entire JEE stack resources. By running your tests inside the target JEE container (instead of emulating the container resources), you will test the real thing. During our projects, we already detected problems during regression tests caused by a fix that was applied to our Websphere Application Server (in one version the classloader worked in one way, them it changed!). For using it, create a web project and copy the contents from our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    We are deprecating our SourceForge installation. For the latest information, downloads, and opportunities to contribute, please visit http://junit.org. (JUnit is a simple framework for writing and running automated tests. As a political gesture, it celebrates programmers testing their own software.)
    Leader badge
    Downloads: 758 This Week
    Last Update:
    See Project
  • 14
    Eclipse Plug-In that determines the Minimal Access Modifier of Java types and methods project and computes the software metrics Inappropriate Generosity with Accessibility of Types (IGAT) and Inappropriate Generosity with Accessibility of Methods (IGAM). The Minimal Access Modifier of a Java type or type member is the most restrictive access modifier that is able to allow all actual usages of the particular type or member from inside a given code base (normally the entire source code of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PCEHR JConnector

    Sample application showcasing connectivity to PCEHR system via B2B

    The PCEHR JConnector is an open source reference implementation of a PCEHR System client. The scope of the project includes: ** Providing sample code for connecting a client application to the PCEHR System via the PCEHR B2B Gateway. **Providing an online forum, where questions about connecting to the PCEHR System can be raised and answered. **Using feedback to continuously improve the sample code, as well as the general experience of software vendors looking to integrate with the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    httest Buddy

    httest Buddy

    Editor and Java-Wrapper for httest

    An executable Jar file contains both a Swing-based editor with syntax-highlighting, online help, example generator etc. for the "httest" tool (https://sourceforge.net/projects/htt/), as well as a Java API wrapper for writing JUnit tests with "httest".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Assignment Collector/Grader

    A webapp that collects and grades student labs

    Assignment Collector/Grader (what a mouthful!) was conceived in 2010 as a way to reduce the workload of an over-worked professor teaching a CS data structures class. It proved not only to reduce the grading workload, but also improved the lab completion rates among students, and grades overall improved as a result. Since it has turned out to be such a successful tool, it is now released under the AGPL license for others to use in their classrooms. Planned improvements include: automatic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JsUnit is a port of JUnit to JavaScript. JUnit is a framework for building unit tests. A lot of JavaScript enabled products are supported along with command line support for automated test suites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JSeqUnit enhances Javadoc documentation with UML sequence diagrams that are generated with the help of JUnit tests. It uses JSeq to trace the execution of test executions. It supports re-engineering of components through improved reverse engineering of methods with the help of sequence diagrams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JPdfUnit integrates PDFBox as an PDF API with the JUnit framwork for the test of pdf documents so JPdfUnit is a high level api. Simple ready-to-use assertions help to compare the expected data to the concrete data of the pdf document. Please note that this project is not actively maintained at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Maveryx
    Maveryx is an innovative Test Automation Framework for Java GUI-based applications. It eliminates the GUI Maps dependency by providing a new dynamic GUI objects handling and an expert system detecting and managing AUT changes and defects at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Natural CLI is a library that provides Java and Python command line developers with an easy way to use human readable command line interfaces. Command line are very easy to define. For examples, visit http://naturalcli.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    JBee
    JBee is a testing framework oriented behavior-driven development, that uses the junit as a basis for using. JBee you need the junit 4 or higher in your classpath. To use JBee is very easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Random jUnit
    This project permits to execute jUnit randomly: per ClassRunner and per suite. This approach is not the best to reproduce errors, however, it aims to discover new ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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: 0 This Week
    Last Update:
    See Project