Java

Java2Html and IntelliJ IDEA

<1 min read

IDEA can export Java source code to HTML, which I find quite useless. I really like the way Java2Html works but there is no integration with IDEA. You can ea…

Read more →
Java

Testing Private Methods

<1 min read

I've been playing with TestNG for a few days now. I really like it. It makes me want to write more tests. I was wondering if there was a way to create a test…

Read more →