public void testStartExclusiveForumWithDiscussion() throws Exception {
Forum forum = this.forumAggregate();
ForumCommandResult result = new ForumCommandResult() {
@Override
public void resultingForumId(String aForumId) {
forumId = aForumId;
}
@Override