edu.rice.cs.drjava.config
Class BooleanOptionTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--edu.rice.cs.drjava.config.BooleanOptionTest
All Implemented Interfaces:
Test

public class BooleanOptionTest
extends TestCase

Class according to the JUnit protocol. Tests the proper functionality of the class BooleanOption.

Version:
$Id: BooleanOptionTest.java,v 1.4 2002/07/11 23:19:30 cmcgraw Exp $

Fields inherited from class junit.framework.TestCase
fName
 
Constructor Summary
BooleanOptionTest(String name)
           
 
Method Summary
 void setUp()
           
 void testFormat()
           
 void testGetName()
           
 void testParse()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

BooleanOptionTest

public BooleanOptionTest(String name)
Parameters:
name - The name of this test case.
Method Detail

setUp

public void setUp()
Overrides:
setUp in class TestCase

testGetName

public void testGetName()

testParse

public void testParse()

testFormat

public void testFormat()