Uses of Class
org.kuali.test.KNSTestCase

Packages that use KNSTestCase
org.kuali.rice.kns.bo   
org.kuali.rice.kns.datadictionary   
org.kuali.rice.kns.datadictionary.mask   
org.kuali.rice.kns.datadictionary.validation.fieldlevel   
org.kuali.rice.kns.document   
org.kuali.rice.kns.inquiry   
org.kuali.rice.kns.lookup   
org.kuali.rice.kns.rule   
org.kuali.rice.kns.service   
org.kuali.rice.kns.util   
org.kuali.rice.kns.util.properties   
org.kuali.rice.kns.web.comparator   
org.kuali.rice.kns.web.format   
org.kuali.rice.kns.workflow   
org.kuali.rice.kns.workflow.service   
org.kuali.rice.lookup.keyvalues   
org.kuali.rice.maintainable   
 

Uses of KNSTestCase in org.kuali.rice.kns.bo
 

Subclasses of KNSTestCase in org.kuali.rice.kns.bo
 class AttachmentTest
          This is a description of what this class does - chang don't forget to fill this in.
 class AttributeReferenceDummyTest
          This is a description of what this class does - chang don't forget to fill this in.
 class AttributeReferenceElementsTest
          This is a description of what this class does - chang don't forget to fill this in.
 class BusinessObjectAttributeEntryTest
          This is a description of what this class does - chang don't forget to fill this in.
 class CampusImplTest
          This is a description of what this class does - chang don't forget to fill this in.
 class CampusTypeImplTest
          This is a description of what this class does - chang don't forget to fill this in.
 class CountryImplTest
          This class tests CountryImp.java on org.kuali.rice.kns.bo
 class DocumentAttachmentTest
          This is a description of what this class does - chang don't forget to fill this in.
 class LookupResultsTest
          This is a description of what this class does - chang don't forget to fill this in.
 class NoteTypeTest
          This is a description of what this class does - chang don't forget to fill this in.
 class PersistableAttachmentBaseTest
          This is a description of what this class does - chang don't forget to fill this in.
 class PostalCodeImplTest
          This is a description of what this class does - chang don't forget to fill this in.
 class SessionDocumentTest
          This is a description of what this class does - chang don't forget to fill this in.
 class StateImplTest
          This is a description of what this class does - chang don't forget to fill this in.
 

Uses of KNSTestCase in org.kuali.rice.kns.datadictionary
 

Subclasses of KNSTestCase in org.kuali.rice.kns.datadictionary
 class BaseBOClassAndBaseDocumentClassTest
          This is a test case for the data dictionary's ability to index entries by a "base" superclass.
 class DataDictionaryBuilderTest
          This class is used to test the DataDictionaryBuilder.
 class DataDictionaryLazyLoadingTest
          Test to ensure that data dictionary lazy loading works as expected.
 class ExtensionAttributeTest
           
 

Uses of KNSTestCase in org.kuali.rice.kns.datadictionary.mask
 

Subclasses of KNSTestCase in org.kuali.rice.kns.datadictionary.mask
 class MaskFormatterSubStringTest
          Unit Tests for MaskFormatterSubString.java
 

Uses of KNSTestCase in org.kuali.rice.kns.datadictionary.validation.fieldlevel
 

Subclasses of KNSTestCase in org.kuali.rice.kns.datadictionary.validation.fieldlevel
 class EmailAddressValidationPatternTest
           
 class FloatingPointValidationPatternTest
           
 class JavaClassValidationPatternTest
           
 class MonthValidationPatternTest
           
 class YearValidationPatternTest
           
 class ZipcodeValidationPatternTest
           
 

Uses of KNSTestCase in org.kuali.rice.kns.document
 

Subclasses of KNSTestCase in org.kuali.rice.kns.document
 class DocumentAuthorizerBaseTest
           
 class MaintenanceDocumentTest
          This class...
 

Uses of KNSTestCase in org.kuali.rice.kns.inquiry
 

Subclasses of KNSTestCase in org.kuali.rice.kns.inquiry
 class KualiInquirableTest
          This class tests the KualiInquirable methods.
 

Uses of KNSTestCase in org.kuali.rice.kns.lookup
 

Subclasses of KNSTestCase in org.kuali.rice.kns.lookup
 class KualiLookupableTest
          This class tests the KualiLookupable methods.
 class LookupResultsServiceTest
          Tests the LookupResultsService
 

Uses of KNSTestCase in org.kuali.rice.kns.rule
 

Subclasses of KNSTestCase in org.kuali.rice.kns.rule
 class PromptBeforeValidationContinuationBaseTest
           
 

Uses of KNSTestCase in org.kuali.rice.kns.service
 

Subclasses of KNSTestCase in org.kuali.rice.kns.service
 class BusinessObjectServiceTest
          This class tests KULRICE-1666: missing Spring mapping for ojbCollectionHelper (not injected into BusinessObjectDaoTest)
 class DateTimeServiceTest
          This class tests the DateTime service.
 class DictionaryValidationServiceTest
          This class tests the DictionaryValidationService (currently only recursive validation is tested).
 class InactivateableFromToServiceTest
          Test case for InactivateableFromToService.
 class KualiRuleServiceTest
          This class tests the KualiRuleService.
 class LookupServiceTest
          This class tests KULRICE-984: Lookups - Relative Limit Gap making sure that lookup resultSetLimits set in the DD for a BO will override the system wide default.
 class MaintenanceDocumentDictionaryServiceTest
           
 class NoteServiceTest
          This class is used to test the NoteService implementation
 class PessimisticLockServiceTest
          This class is used to test the PessimisticLockServiceImpl class
 

Uses of KNSTestCase in org.kuali.rice.kns.util
 

Subclasses of KNSTestCase in org.kuali.rice.kns.util
 class AssertionUtilsTest
          This class tests AssertionUtils.
 class BeanPropertyComparatorTest
          This class tests the BeanPropertyComparator methods.
 class DateUtilsTest
           
 class GuidTest
          This class tests the GUID (Globally Unique Id) methods.
 class MessageMapTest
          This class tests the ErrorMap methods.
 class NumberUtilsTest
          This class tests the NumberUtils methods.
 class ObjectUtilsTest
          ObjectUtilsTest
 class OjbKualiIntegerPercentageFieldConversionTest
          This class tests the OjbKualiIntegerPercentageFieldConversionTest methods.
 class PatternedStringBuilderTest
           
 class TypedArrayListTest
          This class tests the TypedArrayList methods.
 class TypeUtilsTest
          This class tests the TypeUtils methods.
 class UrlFactoryTest
          This class tests the UrlFactory methods.
 class WebUtilsTest
          Unit tests for the KNS WebUtils
 

Uses of KNSTestCase in org.kuali.rice.kns.util.properties
 

Subclasses of KNSTestCase in org.kuali.rice.kns.util.properties
 class FilePropertySourceTest
          This class tests the FilePropertySource methods.
 class PropertyHolderTest
          This class tests the PropertyHolder methods.
 class PropertyTreeTest
          This class tests the PropertyTreeTest methods.
 

Uses of KNSTestCase in org.kuali.rice.kns.web.comparator
 

Subclasses of KNSTestCase in org.kuali.rice.kns.web.comparator
 class CellComparatorHelperTest
           
 

Uses of KNSTestCase in org.kuali.rice.kns.web.format
 

Subclasses of KNSTestCase in org.kuali.rice.kns.web.format
 class BigDecimalFormatterTest
           
 class CurrencyFormatterTest
           
 class DateFormatterTest
           
 

Uses of KNSTestCase in org.kuali.rice.kns.workflow
 

Subclasses of KNSTestCase in org.kuali.rice.kns.workflow
 class DataDictionarySearchableAttributeTest
          This class performs various DataDictionarySearchableAttribute-related tests on the doc search, including verification of proper wildcard functionality.
 class KualiXMLAttributeImplTest
          This class tests the KualiXmlAttributeHelper operations of getting data from the data dictionary for workflow attributes
 class SearchAttributeIndexRequestTest
          This is a description of what this class does - jksmith don't forget to fill this in.
 

Uses of KNSTestCase in org.kuali.rice.kns.workflow.service
 

Subclasses of KNSTestCase in org.kuali.rice.kns.workflow.service
 class WorkflowInfoServiceTest
          This class tests the WorkflowUser service.
 

Uses of KNSTestCase in org.kuali.rice.lookup.keyvalues
 

Subclasses of KNSTestCase in org.kuali.rice.lookup.keyvalues
 class PersistableBusinessObjectValuesFinderTest
          This class tests the PersistableBusinessObjectValuesFinder.
 

Uses of KNSTestCase in org.kuali.rice.maintainable
 

Subclasses of KNSTestCase in org.kuali.rice.maintainable
 class KualiMaintainableTest
          Test methods for default Kuali maintainable implementation.
 



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