JUnit has a very cool feature called RunnerScheduler. A custom RunnerScheduler can be set on a ParentRunner to control how child elements are executed. If you are on a Suite, the child elements would be each test class. If you are on a simple class (Junit4...
1 replies - 6304 views - 05/10/10 by Mathieu Carbou in Articles
I am working on the backend of a high performance clustered system involving JGroups, JMS, and other very cool technologies. To achieve best performance, the application is totally event-driven, by using a very cool library i Open-Sourced: Mycila Event. I...
0 replies - 3774 views - 02/26/10 by Mathieu Carbou in Articles
Mycila UJD is a small Java Agent to help discover unused JARs of an application and web application. It can be accessed through JMX to see any information about the classloader, classpath, classes, ...It works better than a static code analyzer since it...
0 replies - 934 views - 02/23/10 by Mathieu Carbou in Announcements
Mycila Testing Framework aims at being a community framework where anyone could contribute their plugins to make unit testing easier. Basically, when you need to unit test you often need to create mocks, use memory databases, interact with spring, guice,...
0 replies - 934 views - 05/11/09 by Mathieu Carbou in Announcements
When you write unit tests, as the project grows to end up by using many technologies such as Jmock (or another mock framework like Mockito), DbUnit, Selenium, your favorite IOC, ... Integration of these technologies requires you to write pleinty of time the...
0 replies - 9727 views - 02/04/09 by Mathieu Carbou in Announcements