automate « unit test « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » unit test » automate 

1. creating unit tests (semi-)automatically?    stackoverflow.com

Is there a framework that supports generating some standard unit tests from annotations? An example of what I have in mind would be:

@HasPublicDefaultConstructor
public class Foo {

}
This would obviously be used to ...

2. How to write automated unit tests for java annotation processor?    stackoverflow.com

I'm experimenting with java annotation processors. I'm able to write integration tests using the "JavaCompiler" (in fact I'm using "hickory" at the moment). I can run the compile process and analyse ...

3. Generating Unit Tests Automatically    stackoverflow.com

I have a web tool which when queried returns generated Java classes based upon the arguments in the URL. The classes we retrieve from the webserver change daily and we need to ...

4. Is there an automated way to make sure that all parts of code is unit tested?    stackoverflow.com

I have written JUnit tests for my class, and would like it to tell me if there is any part of my code that is not unit tested. Is there a ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.