com.atlassian.plugin.web.descriptors
Class TestConditionElementParser

java.lang.Object
  extended by com.atlassian.plugin.web.descriptors.TestConditionElementParser

public class TestConditionElementParser
extends Object


Field Summary
 org.junit.rules.ExpectedException expectedException
           
 
Constructor Summary
TestConditionElementParser()
           
 
Method Summary
 void testAnd()
           
 void testComplex()
           
 void testNestedAnd()
           
 void testNestedMix()
           
 void testNestedOr()
           
 void testOr()
           
 void testSimple()
           
 void testThatClassAttributeIsCheckedFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedException

public org.junit.rules.ExpectedException expectedException
Constructor Detail

TestConditionElementParser

public TestConditionElementParser()
Method Detail

testSimple

public void testSimple()
                throws org.dom4j.DocumentException,
                       PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testAnd

public void testAnd()
             throws org.dom4j.DocumentException,
                    PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testOr

public void testOr()
            throws org.dom4j.DocumentException,
                   PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testNestedAnd

public void testNestedAnd()
                   throws org.dom4j.DocumentException,
                          PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testNestedOr

public void testNestedOr()
                  throws org.dom4j.DocumentException,
                         PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testNestedMix

public void testNestedMix()
                   throws org.dom4j.DocumentException,
                          PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testComplex

public void testComplex()
                 throws org.dom4j.DocumentException,
                        PluginParseException
Throws:
org.dom4j.DocumentException
PluginParseException

testThatClassAttributeIsCheckedFor

public void testThatClassAttributeIsCheckedFor()
                                        throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException


Copyright © 2013 Atlassian. All Rights Reserved.