I tried to override my branch my way using rebase and i completely broke it. Later on the push cmd did not work saying that the branch is up-to-date and...
Hi folks, I am glad to announce that there is a new JUnit snapshot available through GitHub and Maven. It includes/references the recently released Hamcrest...
Hi , I see that Junit THeories have been in experimental state for quite a long. Is there any roadmap to move them out of the experimental state? It is really...
I want to adapt JUnit for use in the BlackBerry Java Development Environment. The BlackBerry Java JDE 5.0 is source and class compatible with Java 1.3 and is...
Hello I want to run JUnit inside a BlackBerry Java 5.0 application. My code needs to be class and source compatible with Java 1.3. What version of JUnit can I...
Hello experts, I am working on a project having several Junit 4.10 test cases driven by Ant, requirement of adding detection of failed tests is brought up....
After last summer's "Green Lantern" movie, my inner unit-testing evangelist merged with my inner comics geek, and channelled the Green-Lantern-themed "Junit...
Hello. I have a set of packages, let's call them "database-core", "database-sqlite", "database-postgres". The database-core package exposes an interface type...
Hi, all. I'm back from an extended vacation. I'll be working slowly through github issues, but haven't been closely monitoring the list. If there's anything ...
Hi, I'm trying to implement a test rule that handles unstable tests. It's made up of the test rule itself, plus an Unstable annotation that you can put either...
Are there any open-source libraries out there for launching junit tests and reporting back the results (such as might be done by an IDE, similar to Eclipse's...
If this is NOT the right forum for this post, please advise me, and my apologies in advance. Trusting that this is the right place... There is the Eight Queens...
Hi, all. Just so you know, I'll be on parental leave, and much more out of touch than usual, for the first half of summer 2012. Over the last few months, I've...
I'm attempting to use cpsuite to run some tests from a jar file but it's having trouble using the jar file. Has anybody else seen issues around this? What am...
I am writing testing framework to test an application. This application receives IM(audio/video) and then notifies the user through notification bar. i need an...
Hi, JUnit users. https://github.com/KentBeck/junit/issues/429 is a bug that needs a quick fix in order to restore deterministic test ordering in JUnit 4.11....
Hi, I am student and beginner in TDD in JUnit4 (Java). If you please, someone could suggest some books and/or where can I get some simple examples to learn...
Hi, I'm not able to test a OSGi declarative service with a JUnit Plugin Test in Eclipse. Although all necessary bundles (especially the Service, the Consumer ...
Is the parameterized test class intended to have only one test method? I have created parameterized test classes with multiple test methods that use the same...
Good Day, I have a test that runs on eclipse. It has parameter -DinputFile=file.txt. Now I want to run it at the command prompt. I built everything as a jar...
I need to have Selenium Webdriver take a screenshot if the test failed, prior to closing the driver during teardown. Various attempts I've read about have not...
Hi all, Please bear with me as I'm getting back into JUnit after first using it several years ago. I see all the discussions going on and they are far beyond...
Hi All, I am new to junit. I am confused how to run the parameterized method. Ex: @Test public void add(int a,int b){ System.out.println("Result = "+(a+b)); } ...
Hi :) I'm working on a project for university, which is about a website to teach the basics of Java programming. It'll have some programming lessons and then...
Hi everyone, So, AllDefaultPossibilitiesBuilder has ignoredBuilder() before annotated builder as shown here: @Override public Runner runnerForClass(Class<?>...
Hello all, I'm looking for a good way to keep scenarios stored outside of the unit tests. Basically I'm thinking of some way to do black box testing based on...