2425262728293031
public class NothingTest extends TestCase { public void testNothing() { Assert.assertTrue( true ); UserPermission userPerm = new UserPermission(); Assert.assertNotNull( userPerm.toString() ); }