Class FilterBuilderTest

java.lang.Object
org.apache.directory.scim.spec.filter.FilterBuilderTest

public class FilterBuilderTest extends Object
  • Constructor Details

    • FilterBuilderTest

      public FilterBuilderTest()
  • Method Details

    • testSimpleAnd

      @Test public void testSimpleAnd() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testSimpleOr

      @Test public void testSimpleOr() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testAndOrChain

      @Test public void testAndOrChain() throws org.apache.directory.scim.spec.filter.FilterParseException, UnsupportedEncodingException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
      UnsupportedEncodingException
    • testAndOrChainComplex

      @Test public void testAndOrChainComplex() throws org.apache.directory.scim.spec.filter.FilterParseException, UnsupportedEncodingException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
      UnsupportedEncodingException
    • testOrAndChainComplex

      @Test public void testOrAndChainComplex() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testComplexAnd

      @Test public void testComplexAnd() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testNot

      @Test public void testNot() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testAttributeContains

      @Test public void testAttributeContains() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testAttributeContainsEmbedded

      @Test public void testAttributeContainsEmbedded() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • testAttributeContainsDeeplyEmbedded

      @Test public void testAttributeContainsDeeplyEmbedded() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • complexOrPresent

      @Test public void complexOrPresent() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • complexPresentThenOr

      @Test public void complexPresentThenOr() throws org.apache.directory.scim.spec.filter.FilterParseException
      Throws:
      org.apache.directory.scim.spec.filter.FilterParseException
    • expressionThenTwoAnds

      @Test public void expressionThenTwoAnds()
    • expressionThenTwoOrs

      @Test public void expressionThenTwoOrs()