org.apache.maven.plugins.help
Class DescribeMojoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugins.help.DescribeMojoTest
All Implemented Interfaces:
junit.framework.Test

public class DescribeMojoTest
extends junit.framework.TestCase

Version:
$Id: DescribeMojoTest.java 1441715 2013-02-02 08:16:52Z hboutemy $
Author:
Vincent Siveton

Constructor Summary
DescribeMojoTest()
           
 
Method Summary
 void testGetExpressionsRoot()
          Test method for DescribeMojo.toLines(java.lang.String, int, int, int).
 void testInvalidExpression()
           
 void testValidExpression()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeMojoTest

public DescribeMojoTest()
Method Detail

testGetExpressionsRoot

public void testGetExpressionsRoot()
                            throws Exception
Test method for DescribeMojo.toLines(java.lang.String, int, int, int).

Throws:
Exception - if any

testValidExpression

public void testValidExpression()
                         throws Exception
Throws:
Exception

testInvalidExpression

public void testInvalidExpression()
                           throws Exception
Throws:
Exception


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.