org.apache.maven.shared.utils.introspection
Class ReflectionValueExtractorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.shared.utils.introspection.ReflectionValueExtractorTest
All Implemented Interfaces:
junit.framework.Test

public class ReflectionValueExtractorTest
extends junit.framework.TestCase

Version:
$Id: ReflectionValueExtractorTest.html 955072 2015-06-16 23:06:34Z tibordigana $
Author:
Jason van Zyl

Nested Class Summary
static class ReflectionValueExtractorTest.Artifact
           
static class ReflectionValueExtractorTest.Build
           
static class ReflectionValueExtractorTest.Dependency
           
static class ReflectionValueExtractorTest.Project
           
static class ReflectionValueExtractorTest.Scm
           
static class ReflectionValueExtractorTest.ValueHolder
           
 
Constructor Summary
ReflectionValueExtractorTest()
           
 
Method Summary
protected  void setUp()
           
 void testArtifactMap()
           
 void testBadIndexedSyntax()
           
 void testBadMappedSyntax()
           
 void testDotDot()
           
 void testIllegalIndexedType()
           
 void testIllegalMappedType()
           
 void testIndexedMapped()
           
 void testIndexedMissingDot()
           
 void testMappedDottedKey()
           
 void testMappedIndexed()
           
 void testMappedMissingDot()
           
 void testRootPropertyRegression()
           
 void testTrimRootToken()
           
 void testValueExtraction()
           
 void testValueExtractorWithAInvalidExpression()
           
 
Methods inherited from class junit.framework.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReflectionValueExtractorTest

public ReflectionValueExtractorTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

testValueExtraction

public void testValueExtraction()
                         throws Exception
Throws:
Exception

testValueExtractorWithAInvalidExpression

public void testValueExtractorWithAInvalidExpression()
                                              throws Exception
Throws:
Exception

testMappedDottedKey

public void testMappedDottedKey()
                         throws Exception
Throws:
Exception

testIndexedMapped

public void testIndexedMapped()
                       throws Exception
Throws:
Exception

testMappedIndexed

public void testMappedIndexed()
                       throws Exception
Throws:
Exception

testMappedMissingDot

public void testMappedMissingDot()
                          throws Exception
Throws:
Exception

testIndexedMissingDot

public void testIndexedMissingDot()
                           throws Exception
Throws:
Exception

testDotDot

public void testDotDot()
                throws Exception
Throws:
Exception

testBadIndexedSyntax

public void testBadIndexedSyntax()
                          throws Exception
Throws:
Exception

testBadMappedSyntax

public void testBadMappedSyntax()
                         throws Exception
Throws:
Exception

testIllegalIndexedType

public void testIllegalIndexedType()
                            throws Exception
Throws:
Exception

testIllegalMappedType

public void testIllegalMappedType()
                           throws Exception
Throws:
Exception

testTrimRootToken

public void testTrimRootToken()
                       throws Exception
Throws:
Exception

testArtifactMap

public void testArtifactMap()
                     throws Exception
Throws:
Exception

testRootPropertyRegression

public void testRootPropertyRegression()
                                throws Exception
Throws:
Exception


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.