Java Doc for StandardGenericXMLSearchableAttributeTest.java in » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » docsearch » xml » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Tests the StandardGenericXMLSearchableAttribute.
KULWF-654: Tests the resolution to this issue by configuring a CustomActionListAttribute as well as a
searchable attribute.
testSearchableAttributeWithHiddens() Tests that the hidding of fields and columns works properly to resolve EN-53.
TODO this is currently commented out because we can't test this properly through the unit
test since the filtering of the column actually happens in the web-tier.
public void
testSearchableAttributeWithQuickfinder() Tests the resolution to issues EN-95, KULWF-757, KULOWF-52 whereby the use of a quickfinder is causing
NullPointers when searching for documents.
public void testRouteDocumentWithInvalidSearchableAttributeContent() throws Exception(Code)
Tests searching with client-generated documentContent which will not match what the SearchableAttribute
is configured to look for. This should pass with zero search results, but should not throw an exception.
throws: Exception -
public void testRouteDocumentWithMoreInvalidSearchableAttributeContent() throws Exception(Code)
Tests searching with client-generated documentContent which will not match what the SearchableAttribute
is configured to look for. This should pass with zero search results, but should not throw an exception.
throws: Exception -
testRouteDocumentWithSearchableAttribute
public void testRouteDocumentWithSearchableAttribute() throws Exception(Code)
testRouteDocumentWithXStreamSearchableAttribute
public void testRouteDocumentWithXStreamSearchableAttribute() throws Exception(Code)
Tests the XStreamSafeEvaluator against searchable attributes to resolve EN-63 and KULWF-723.
This test is pretty much just a copy of testRouteDocumentWithSearchableAttribute using a
different document type which defines the same xpath expression, only with embedded
XStream "reference" attributes in the XML.
testSearchableAttributeWithHiddens
public void testSearchableAttributeWithHiddens() throws Exception(Code)
Tests that the hidding of fields and columns works properly to resolve EN-53.
TODO this is currently commented out because we can't test this properly through the unit
test since the filtering of the column actually happens in the web-tier. Shoudl this be
the case? Maybe we need to re-examine when we refactor document search.
testSearchableAttributeWithQuickfinder
public void testSearchableAttributeWithQuickfinder() throws Exception(Code)
Tests the resolution to issues EN-95, KULWF-757, KULOWF-52 whereby the use of a quickfinder is causing
NullPointers when searching for documents.
testSetApplicationContentXMLRoutedDocument
public void testSetApplicationContentXMLRoutedDocument() throws Exception(Code)