1 19 20 package org.apache.james.experimental.imapserver; 21 22 import org.apache.james.test.functional.imap.AbstractAuthenticatedStateTestSuite; 23 24 public class ExperimentalAuthenticatedStateTest extends AbstractAuthenticatedStateTestSuite { 25 public ExperimentalAuthenticatedStateTest() throws Exception { 26 super(HostSystemFactory.createStandardImap()); 27 } 28 29 public void testStatus() throws Exception { 30 } 32 33 public void testSubscribe() throws Exception { 34 } 37 38 public void testExamineEmpty() throws Exception { 39 } 41 42 public void testSelectEmpty() throws Exception { 43 } 45 46 public void testAppendExamineInbox() throws Exception { 47 } 49 50 public void testAppendSelectInbox() throws Exception { 51 } 53 54 public void testListMailboxes() throws Exception { 55 } 57 58 public void testSelectAppend() throws Exception { 59 } 61 62 public void testAppendExpunge() throws Exception { 63 } 65 66 public void testListNamespace() throws Exception { 67 } 69 70 71 } 72 | Popular Tags |