Package org.apache.maven.scm.provider
Class ScmUrlUtilsTest
- java.lang.Object
-
- org.apache.maven.scm.provider.ScmUrlUtilsTest
-
public class ScmUrlUtilsTest extends Object
- Author:
- Dennis Lundberg
-
-
Constructor Summary
Constructors Constructor Description ScmUrlUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetProvider()
void
testGetProviderSpecificPart()
void
testIsValid()
-
-
-
Constructor Detail
-
ScmUrlUtilsTest
public ScmUrlUtilsTest()
-
-
Method Detail
-
testGetProvider
public void testGetProvider() throws Exception
- Throws:
Exception
-
testGetProviderSpecificPart
public void testGetProviderSpecificPart() throws Exception
- Throws:
Exception
-
testIsValid
public void testIsValid() throws Exception
- Throws:
Exception
-
-