Class GWPrivateMethodsTest

java.lang.Object
org.machanism.machai.gw.maven.GWPrivateMethodsTest

public class GWPrivateMethodsTest extends Object
Targets the private static helper methods in GWMojo via reflection.
  • Constructor Details

    • GWPrivateMethodsTest

      public GWPrivateMethodsTest()
  • Method Details

    • resolveProjectByArtifactId_nullOrEmptyInputs_returnsNull

      public void resolveProjectByArtifactId_nullOrEmptyInputs_returnsNull() throws Exception
      Throws:
      Exception
    • resolveProjectByArtifactId_blankArtifactId_returnsNull

      public void resolveProjectByArtifactId_blankArtifactId_returnsNull() throws Exception
      Throws:
      Exception
    • resolveProjectByArtifactId_singleMatch_returnsMatchingProject

      public void resolveProjectByArtifactId_singleMatch_returnsMatchingProject() throws Exception
      Throws:
      Exception
    • resolveProjectByArtifactId_multipleMatches_throwsIllegalStateException

      public void resolveProjectByArtifactId_multipleMatches_throwsIllegalStateException() throws Exception
      Throws:
      Exception
    • toCoord_nullProject_returnsNullToken

      public void toCoord_nullProject_returnsNullToken() throws Exception
      Throws:
      Exception
    • toCoord_missingFields_doesNotReturnLiteralNull

      public void toCoord_missingFields_doesNotReturnLiteralNull() throws Exception
      Throws:
      Exception