net.sf.antcontrib.cpptasks.compiler
Class TestCommandLineCompilerConfiguration

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.antcontrib.cpptasks.compiler.TestCompilerConfiguration
              extended by net.sf.antcontrib.cpptasks.compiler.TestCommandLineCompilerConfiguration
All Implemented Interfaces:
junit.framework.Test

public class TestCommandLineCompilerConfiguration
extends TestCompilerConfiguration


Constructor Summary
TestCommandLineCompilerConfiguration(java.lang.String name)
           
 
Method Summary
protected  net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration create()
           
 void testConstructorNullCompiler()
           
 void testGetIdentifier()
           
 void testToString()
           
 
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.TestCompilerConfiguration
getObjectFileExtension, testBid, testGetOutputFileName1, testGetOutputFileName2
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCommandLineCompilerConfiguration

public TestCommandLineCompilerConfiguration(java.lang.String name)
Method Detail

create

protected net.sf.antcontrib.cpptasks.compiler.CompilerConfiguration create()
Specified by:
create in class TestCompilerConfiguration

testConstructorNullCompiler

public void testConstructorNullCompiler()

testGetIdentifier

public void testGetIdentifier()

testToString

public void testToString()


Copyright © 2001-2008 Ant-Contrib Project. All Rights Reserved.