package org.iilab.pb; import org.iilab.pb.common.SoftKeyboard; import org.junit.Test; import static org.junit.Assert.assertNotNull; public class SoftKeyboardTest { @Test public void shouldReturnSoftKeyboard() { assertNotNull(new SoftKeyboard()); } }