class documentation

class StubAliasableDomain: (source)

Implements interfaces: twisted.mail.interfaces.IAliasableDomain

View In Hierarchy

Minimal testable implementation of IAliasableDomain.

Method addUser No test coverage for invocations of this method on domain objects, so we just won't implement it.
Method exists No test coverage for invocations of this method on domain objects, so we just won't implement it.
Method getCredentialsCheckers This needs to succeed in order for other tests to complete successfully, but we don't actually assert anything about its behavior. Return an empty list. Sometime later we should return something else and assert that a portal got set up properly.
Method setAliasGroup Just record the value so the test can check it later.
Instance Variable aliasGroup Undocumented
def addUser(self, user, password): (source)

No test coverage for invocations of this method on domain objects, so we just won't implement it.

def exists(self, user, memo=None): (source)

No test coverage for invocations of this method on domain objects, so we just won't implement it.

def getCredentialsCheckers(self): (source)

This needs to succeed in order for other tests to complete successfully, but we don't actually assert anything about its behavior. Return an empty list. Sometime later we should return something else and assert that a portal got set up properly.

def setAliasGroup(self, aliases): (source)

Just record the value so the test can check it later.

aliasGroup = (source)

Undocumented