Blogs1 - 10 of 139 recent posts for tag:junit
07
Feb
2012
Easier JUnit testing with hamcrest

3 days ago by Adrian Elsener

Have you ever thought that JUnit assertions are not really readable and do not correspond to natural language? It is a mess that the expected value is the first argument on an assert? This would not be like the spoken language where you would say “assert that this value is equal to this expected one ...

planetgeek.ch - planetgeek.ch

02
Feb
2012
ant build file (basic, non-web)

8 days ago by bearrider

basic build file for compiling sources, including jar files and executing junit tests. do ensure the src files are compiled and included in calsspath before the test files are compiled. the project structure is as below project | +–src +–bin +–lib +–tests +–build.properties +–build.xml build.propert ...

the rider chronicles - bearrider.wordpress.com

01
Feb
2012
One Step Forward, Two Steps Side-to-Side

9 days ago by Don

After going to all the trouble of figuring out Selenium and JUnit, it turns out I was mis-remembering, and it should have been TestNG for my testing framework. d’ohwell, it shouldn’t be too hard to move from one to the other.

Hyper Gumbo - wordpress.hypergumbo.com

23
Jan
2012
[MMI] Analista Programador Java

18 days ago by Neto

Analista Programador Java Responsável: Juliana Email: selecao@mmi.com.br Empresa: Micro Mídia Informática Local de trabalho: Jundiaí-SP Forma de contratação: PJ Contato: Juliana • Superior Completo em TI; Conhecimentos Avançados: • Modelagem de Dados (MER) • Banco de Dados: ANSI/SQL, Oracle e/ou SQL ...

Vagaum - vagaum.com

20
Jan
2012
This week in #Scala (20/01/2012)

21 days ago by mark

Welcome to this week in #Scala. It’s been another busy week so lets get started! New Stuff JUnit interface 0.8 for sbt has been released. This is an implementation of sbt’s test interface for JUnit 4 which allows you to run JUnit tests from sbt. Changes for version 0.8 include ANSI colors for the lo ...

Cake Solutions Team Blog - cakesolutions.net/teamblogs

18
Jan
2012
Automatic Unit Testing Test Packages recursively in JUnit

24 days ago by admin

One of the issues when I write unit test is having to create TestSuite after TestSuite at package level to run all the test in a package or run all tests in a project. And I really dislike the repetitiveness of it. And sometimes I just like to test all classes in a package and its sub packages rathe ...

random programmable ... - anzaan.com

16
Jan
2012
Unit Testing Concurrent Execution

25 days ago by bonigv

Source code discussed in this post can be freely downloaded and used in whatever way or form you want. SVN URL is, svn checkout http://whiteboardjunkie.googlecode.com/svn/trunk/parallelly parallelly-read-only I put together couple of classes to ease testing pieces of code under concurrency load. It ...

Boni Gopalan's Blog - whiteboardjunkie.wordpress.com

09
Jan
2012
Java for fun: Assert That по принципу FEST

32 days ago by СанЁк Баглай

Не так давно я столкнулся с классно библиотечкой, которая более удобно позволяет выполнять проверки в Unit тестах. С ней детально можно ознакомиться по следующей презентации Теперь перейдем к тому, как можно расширить эту библиотечку на своем DOM. Если интересно научиться создавать подобные assertTh ...

А пофиг! - apofig.blogspot.com

Unit Testing Principles

33 days ago by Jeff Pace

Unit testing is highly emphasized for writing the initial version of code, the test-driven design approach. But I think that unit tests are even more important in what I consider to be the most difficult phase of a project: maintenance. As a project ages, its code base grows in size and complexity, ...

Jeff Pace's Blog - jpace.wordpress.com

30
Dec
2011
Using JUnit for testing in Java/SCons builds

42 days ago by chris

Current repository revision: 60 ( Testing) Code highlight key Grey: Code unchanged Red: Code removed Green: Code added Blue: Code not shown → Denotes the current line and the next are really one line The code can be checked out with: svn checkout http://www.mereidea.com/svn/testing/trunk/mi_java_sco ...

Mere Idea Development Blog - mereidea.com/blog

Previous1234567