net.sourceforge.pmd
Class RuleSetReferenceIdTest

java.lang.Object
  extended by net.sourceforge.pmd.RuleSetReferenceIdTest

public class RuleSetReferenceIdTest
extends Object


Field Summary
 com.github.tomakehurst.wiremock.junit.WireMockRule wireMockRule
           
 
Constructor Summary
RuleSetReferenceIdTest()
           
 
Method Summary
 void constructor_GivenHttpUrl_InputStream()
           
 void constructor_GivenHttpUrl_SingleRule_InputStream()
           
 void constructor_GivenHttpUrlId_SucceedsAndProcessesIdCorrectly()
           
static junit.framework.Test suite()
           
 void testAbsolutePathRuleSet()
           
 void testCommaInSingleId()
           
 void testEmptyRuleSet()
           
 void testExternalWithExternal()
           
 void testExternalWithInternal()
           
 void testFooRules()
           
 void testFullRuleSetAndRule()
           
 void testFullRuleSetURLAndRule()
           
 void testInteralWithExternal()
           
 void testInternalRuleSetAndRule()
           
 void testInternalWithExternalRuleSet()
           
 void testInternalWithInternal()
           
 void testMixRuleSet()
           
 void testMultipleFullRuleSet()
           
 void testMultipleRulesWithSpaces()
          See https://sourceforge.net/p/pmd/bugs/1201/
 void testMultipleSimpleRuleSet()
           
 void testNullRulesetString()
           
 void testOneFullRuleSet()
           
 void testOneFullRuleSetURL()
           
 void testOneReleaseRuleSet()
           
 void testOneSimpleRuleSet()
           
 void testRelativePathRuleSet()
           
 void testSimpleRuleSetAndRule()
           
 void testUnknownAndSimpleRuleSet()
           
 void testUnknownRuleSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wireMockRule

public com.github.tomakehurst.wiremock.junit.WireMockRule wireMockRule
Constructor Detail

RuleSetReferenceIdTest

public RuleSetReferenceIdTest()
Method Detail

testCommaInSingleId

public void testCommaInSingleId()

testInternalWithInternal

public void testInternalWithInternal()

testExternalWithExternal

public void testExternalWithExternal()

testExternalWithInternal

public void testExternalWithInternal()

testInteralWithExternal

public void testInteralWithExternal()

testEmptyRuleSet

public void testEmptyRuleSet()

testInternalWithExternalRuleSet

public void testInternalWithExternalRuleSet()

constructor_GivenHttpUrlId_SucceedsAndProcessesIdCorrectly

public void constructor_GivenHttpUrlId_SucceedsAndProcessesIdCorrectly()

constructor_GivenHttpUrl_InputStream

public void constructor_GivenHttpUrl_InputStream()
                                          throws Exception
Throws:
Exception

constructor_GivenHttpUrl_SingleRule_InputStream

public void constructor_GivenHttpUrl_SingleRule_InputStream()
                                                     throws Exception
Throws:
Exception

testOneSimpleRuleSet

public void testOneSimpleRuleSet()

testMultipleSimpleRuleSet

public void testMultipleSimpleRuleSet()

testMultipleRulesWithSpaces

public void testMultipleRulesWithSpaces()
See https://sourceforge.net/p/pmd/bugs/1201/


testOneReleaseRuleSet

public void testOneReleaseRuleSet()

testOneFullRuleSet

public void testOneFullRuleSet()

testOneFullRuleSetURL

public void testOneFullRuleSetURL()

testMultipleFullRuleSet

public void testMultipleFullRuleSet()

testMixRuleSet

public void testMixRuleSet()

testUnknownRuleSet

public void testUnknownRuleSet()

testUnknownAndSimpleRuleSet

public void testUnknownAndSimpleRuleSet()

testSimpleRuleSetAndRule

public void testSimpleRuleSetAndRule()

testFullRuleSetAndRule

public void testFullRuleSetAndRule()

testFullRuleSetURLAndRule

public void testFullRuleSetURLAndRule()

testInternalRuleSetAndRule

public void testInternalRuleSetAndRule()

testRelativePathRuleSet

public void testRelativePathRuleSet()

testAbsolutePathRuleSet

public void testAbsolutePathRuleSet()

testFooRules

public void testFooRules()
                  throws Exception
Throws:
Exception

testNullRulesetString

public void testNullRulesetString()
                           throws Exception
Throws:
Exception

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.