Package org.machanism.machai.gw.maven
Class GWPrivateMethodsTest
java.lang.Object
org.machanism.machai.gw.maven.GWPrivateMethodsTest
Targets the private static helper methods in
GWMojo via reflection.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
GWPrivateMethodsTest
public GWPrivateMethodsTest()
-
-
Method Details
-
resolveProjectByArtifactId_nullOrEmptyInputs_returnsNull
- Throws:
Exception
-
resolveProjectByArtifactId_blankArtifactId_returnsNull
- Throws:
Exception
-
resolveProjectByArtifactId_singleMatch_returnsMatchingProject
- Throws:
Exception
-
resolveProjectByArtifactId_multipleMatches_throwsIllegalStateException
public void resolveProjectByArtifactId_multipleMatches_throwsIllegalStateException() throws Exception- Throws:
Exception
-
toCoord_nullProject_returnsNullToken
- Throws:
Exception
-
toCoord_missingFields_doesNotReturnLiteralNull
- Throws:
Exception
-