package com.java110; /** * Unit test for simple App. */ public class AppTest { /** * Rigorous Test :-) */ //@Test public void shouldAnswerWithTrue() { //assertTrue( true ); } }