Forgot password? Sign Up

Blogs about: Junit

Featured Blog

Extend RoboletricTestRunner avoiding linking issues related to AndroidManifest.xml Location

mlemley wrote 11 hours ago: Crap!! what do I do?!? I want my tests separated from my production code… We noticed that sepa … more →

Tags: android, Roboletric, roboletric

Test coverage in a multi module Maven project

Thomas Sundberg wrote 19 hours ago: Test driving a project should result in a test coverage of 100% of the code. But how can we know wha … more →

Tags: Java, Maven, automation, Test Automation, ant, Cobertura, test coverage, Code Coverage

JUnit Tutorial

zeeshanakhter2009 wrote 1 day ago: Tutorial 1 – Basic usage Introduces basic annotation supported in Junit 4. Tutorial 2 – Expected Exc … more →

Tags: Random Posts!, Java, Java, Programming, Eclipse, test, language, Unit Testing, EasyMock

Spring mvc test support in 3.1

punit wrote 2 days ago: http://rstoyanchev.github.com/spring-31-and-mvc-test/#1 https://github.com/SpringSource/spring-test- … more →

Tags: Spring Framework

AgileUnit - The Future Of Testing?

digulla wrote 3 days ago: AgileUnit is a new testing framework which puts the testing code and all your assumptions into the b … more →

Tags: Software, AgileUnit

Don't use @Test(expected = ...)4 comments

Petter Måhlén wrote 1 week ago: The one feature of JUnit that I really don’t like is the ability to say that a test is expecte … more →

Tags: Software development, Java, Unit Testing

ant build file (basic, non-web)

bearrider wrote 2 weeks ago: basic build file for compiling sources, including jar files and executing junit tests. do ensure the … more →

Tags: Java, java 2, ant, Build

Junit set-up in Eclipse IDE

danielbrumusescu wrote 2 weeks ago: In order to start writing, compiling and running Junit tests in Eclipse, you must follow the next st … more →

Tags: JUnit framework, unit test, junit framework, test. java, junit eclipse, junit 4

Getting Started with JUnit Reports with Eclipse and Ant...1 comment

earlwillis wrote 2 weeks ago: So a lot of people have been asking me about how to create JUnit Reports with their automated test c … more →

Tags: Automated Testing, Tips and Tricks, Software testing, qa, Quality, QA Quality Assurance, selenium, ant, JUnit Reports

JUnit

amahmedny wrote 2 weeks ago: Junit: JUnit is a unit testing framework for the Java programming language. JUnit has been important … more →

Illegal Access Error with Mock Private Methods in JUnit

afsinka wrote 3 weeks ago: When I write some unit test with Junit and JMockit, I make a mock for some private methods as MockUp … more →

Tags: Java, JMockit

Configure Ant Task for Running SoapUI as JUnit Test

cchweblog wrote 1 month ago: There have been some blog posts regarding running SoapUI using either testrunner.bat or testrunner.s … more →

Tags: Continuous Integration, ant, Bamboo, soapUI

Building and testing ADF applications with Maven, JSFUnit, Arquillian and Embedded Glassfish2 comments

dablomatique wrote 1 month ago: Some time ago I have been playing with Java Server Faces 2.0 (e.g. JSF 2) and JSFUnit in combination … more →

Tags: development, Software, Maven, ADF, JSFUnit, arquillian, Glassfish, jenkins, WebLogic

Built-in Tasks in Ant

cleanclouds wrote 1 month ago: Built-in Tasks File Tasks <copy> <concat> <delete>   <get> <mkdir> … more →

Tags: Java, ant, xml, language, Source Code, Apache Ant, Jar

Running junit tests with Android

Maciej Dzikowicki wrote 1 month ago: If you follow best pracites you will probably face the same problem as many other developers. You ju … more →

Tags: android, android 2, Tests

Unit Testing Concurrent Execution

bonigv wrote 1 month ago: Source code discussed in this post can be freely downloaded and used in whatever way or form you wan … more →

Tags: Java, Test Driven Development, concurrency, Testing, ExecutionCompletionService

How to Mock a Hibernate Session with JMockit2 comments

afsinka wrote 1 month ago: I’m writing some unit tests with JUnit but my tests crash with NullPointerException in the lin … more →

Tags: Java, hibernate, JMockit

Unit testing algorithms that use random numbers

xxdriesxx wrote 1 month ago: While writing algorithms for my name generation library I encountered a problem. Since I wanted to w … more →

Tags: Computer Science, computer science 2, name generation, algorithm, Java, mockito, random generator, Test Driven Development

Unit Testing Principles

Jeff Pace wrote 1 month ago: Unit testing is highly emphasized for writing the initial version of code, the test-driven design ap … more →

Tags: Programming, unit tests


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS