net.sf.antcontrib.cpptasks.compiler
Class TestLinkType

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

public class TestLinkType
extends junit.framework.TestCase

Tests for LinkType

Author:
CurtA

Constructor Summary
TestLinkType(java.lang.String name)
          Constructor
 
Method Summary
 void testIsPluginFalse()
          Tests if isPluginModule returns true when set to plugin output type See patch [ 676276 ] Enhanced support for Mac OS X
 void testIsPluginTrue()
          Tests if isPluginModule returns true when set to plugin output type See patch [ 676276 ] Enhanced support for Mac OS X
 
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

TestLinkType

public TestLinkType(java.lang.String name)
Constructor

Parameters:
name - test case name
Method Detail

testIsPluginFalse

public void testIsPluginFalse()
Tests if isPluginModule returns true when set to plugin output type See patch [ 676276 ] Enhanced support for Mac OS X


testIsPluginTrue

public void testIsPluginTrue()
Tests if isPluginModule returns true when set to plugin output type See patch [ 676276 ] Enhanced support for Mac OS X



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