org.kuali.student.core.statement.naturallanguage
Class ContextRegistryTest

java.lang.Object
  extended by org.kuali.student.core.statement.naturallanguage.ContextRegistryTest

public class ContextRegistryTest
extends Object


Nested Class Summary
private static class ContextRegistryTest.DeveloperContext
           
 
Field Summary
private  ContextRegistryTest.DeveloperContext context1
           
private  ContextRegistryTest.DeveloperContext context2
           
private  ContextRegistryTest.DeveloperContext context3
           
private  ContextRegistry<ContextRegistryTest.DeveloperContext> emptyRegistry
           
private  ContextRegistry<ContextRegistryTest.DeveloperContext> fullRegistry
           
 
Constructor Summary
ContextRegistryTest()
           
 
Method Summary
 void setUp()
           
 void testAdd()
           
 void testContainsKey_MultipleContext()
           
 void testContainsKey()
           
 void testGet_MultipleContext()
           
 void testGet()
           
 void testRemove_MultipleContext()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emptyRegistry

private ContextRegistry<ContextRegistryTest.DeveloperContext> emptyRegistry

fullRegistry

private ContextRegistry<ContextRegistryTest.DeveloperContext> fullRegistry

context1

private ContextRegistryTest.DeveloperContext context1

context2

private ContextRegistryTest.DeveloperContext context2

context3

private ContextRegistryTest.DeveloperContext context3
Constructor Detail

ContextRegistryTest

public ContextRegistryTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testAdd

public void testAdd()
             throws Exception
Throws:
Exception

testGet

public void testGet()
             throws Exception
Throws:
Exception

testGet_MultipleContext

public void testGet_MultipleContext()
                             throws Exception
Throws:
Exception

testContainsKey

public void testContainsKey()
                     throws Exception
Throws:
Exception

testContainsKey_MultipleContext

public void testContainsKey_MultipleContext()
                                     throws Exception
Throws:
Exception

testRemove

public void testRemove()
                throws Exception
Throws:
Exception

testRemove_MultipleContext

public void testRemove_MultipleContext()
                                throws Exception
Throws:
Exception


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.