org.apache.maven.plugin.ear
Class EnvEntryTest

java.lang.Object
  extended by org.apache.maven.plugin.ear.EnvEntryTest

public class EnvEntryTest
extends Object

Author:
Stephane Nicoll

Field Summary
static String DESCRIPTION
           
static String NAME
           
static String TYPE
           
static String VALUE
           
 
Constructor Summary
EnvEntryTest()
           
 
Method Summary
 void createComplete()
           
 void createWithEmptyName()
           
 void createWithEmptyTypeAndNoValue()
           
 void createWithNullTypeAndNoValue()
           
 void createWithoutName()
           
 void createWithoutTypeButValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTION

public static final String DESCRIPTION
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

TYPE

public static final String TYPE

VALUE

public static final String VALUE
See Also:
Constant Field Values
Constructor Detail

EnvEntryTest

public EnvEntryTest()
Method Detail

createComplete

public void createComplete()

createWithoutTypeButValue

public void createWithoutTypeButValue()

createWithoutName

public void createWithoutName()

createWithEmptyName

public void createWithEmptyName()

createWithNullTypeAndNoValue

public void createWithNullTypeAndNoValue()

createWithEmptyTypeAndNoValue

public void createWithEmptyTypeAndNoValue()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.