1 package org.meshcms.core;2 3 import junit.framework.*;4 import org.meshcms.core.UserInfo;5 6 public class UserInfoTest extends TestCase {7 UserInfo userInfo;8 9 public void testLoad() throws Exception {10 fail("Test is not implemented");11 }12 13 public void testGetDisplayName() throws Exception {14 fail("Test is not implemented");15 }16 }