Code Review Videos > Java

How To Run Only Tagged Tests in jUnit

Recently I’ve started on the Java track over at Exercism. As practically a complete beginner to Java, I am still finding my way around the tooling, and in particular, IntelliJ IDE. As part of the Annalyn’s Infiltration exercise I was provided with 30 failing jUnit tests, where each of the tests is tagged like so: … Read more

Micro Blog in Java on Exercism

The following is my solution to the Micro Blog code puzzle in the Java track on Exercism.org. Exercism Readme Here’s the Readme contents for the Micro Blog code puzzle: Instructions You have identified a gap in the social media market for very very short posts. Now that Twitter allows 280 character posts, people wanting quick social media … Read more