We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Unit Test Generation Plugin

An Eclipse Plugin that Generates Unit Tests. Generates basic tests or Open POJO tests for simple objects and generates test stubs for complex objects. Helps developers test projects created without Unit tests or without Agile methodologies

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website https://unittestgplugin.sourceforge.io
Tags
License
Features
  • NOTE: VERSIONS 0.5.2-0.6.5 HAD INVALID MANIFESTS! VERSION 0.6.6 Works
  • Allows users to select Java source files and generate Unit test skeletons
  • Allows users to select Java packages and generate Unit test skeletons
  • Creates JUnit 4 compatible unit tests
  • The plugin will prompt you to select an output folder for the tests when first run. This must be a valid source folder in your project
  • Added a Menu item to generate a sample Open POJO test (http://code.google.com/p/openpojo/)
  • Will NOT add junit.jar or openpojo.jar to your classpath. You must do that manually.