package org.vaadin.chatbox; import junit.framework.Assert; import org.junit.Test; // JUnit tests here public class ChatBoxTest { @Test public void thisAlwaysPasses() { Assert.assertEquals(true, true); } }