Class ResourceDescriptorUrlResolverTest
- java.lang.Object
-
- org.soulwing.prospecto.jaxrs.runtime.resolver.ResourceDescriptorUrlResolverTest
-
public class ResourceDescriptorUrlResolverTest extends Object
Unit tests forResourceDescriptorUrlResolver.- Author:
- Carl Harris
-
-
Field Summary
Fields Modifier and Type Field Description org.jmock.integration.junit4.JUnitRuleMockerycontext
-
Constructor Summary
Constructors Constructor Description ResourceDescriptorUrlResolverTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestResolve()voidtestResolveBestMatchAnySequenceWildcard()voidtestResolveBestMatchAnyWildcard()voidtestResolveBestMatchExactMatch()voidtestResolveBestMatchLongerPath()voidtestResolveWhenAmbiguous()voidtestResolveWhenNotFound()voidtestValidateWithExactDuplicate()voidtestValidateWithNoDuplicate()
-
-
-
Method Detail
-
testResolveBestMatchLongerPath
public void testResolveBestMatchLongerPath() throws Exception- Throws:
Exception
-
testResolveBestMatchExactMatch
public void testResolveBestMatchExactMatch() throws Exception- Throws:
Exception
-
testResolveBestMatchAnyWildcard
public void testResolveBestMatchAnyWildcard() throws Exception- Throws:
Exception
-
testResolveBestMatchAnySequenceWildcard
public void testResolveBestMatchAnySequenceWildcard() throws Exception- Throws:
Exception
-
testValidateWithExactDuplicate
public void testValidateWithExactDuplicate() throws Exception- Throws:
Exception
-
-