edu.rice.cs.drjava.config
Class VectorOptionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by edu.rice.cs.drjava.DrJavaTestCase
              extended by edu.rice.cs.drjava.config.VectorOptionTest
All Implemented Interfaces:
junit.framework.Test

public final class VectorOptionTest
extends DrJavaTestCase

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

Version:
$Id: VectorOptionTest.java 5175 2010-01-20 08:46:32Z mgricken $

Nested Class Summary
 
Nested classes/interfaces inherited from class junit.framework.TestCase
junit.framework.TestCase.WrappedException
 
Field Summary
private  VectorOption<Boolean> _bvo
           
private  VectorOption<Integer> _ivo
           
private  VectorOption<String> _svo
           
 
Constructor Summary
VectorOptionTest()
           
 
Method Summary
 void setUp()
          Set up for every test.
 void testFormat()
           
 void testGetName()
           
 void testParse()
           
 
Methods inherited from class edu.rice.cs.drjava.DrJavaTestCase
setConfigSetting, setDocText, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_svo

private VectorOption<String> _svo

_ivo

private VectorOption<Integer> _ivo

_bvo

private VectorOption<Boolean> _bvo
Constructor Detail

VectorOptionTest

public VectorOptionTest()
Method Detail

setUp

public void setUp()
           throws Exception
Description copied from class: DrJavaTestCase
Set up for every test.

Overrides:
setUp in class DrJavaTestCase
Throws:
Exception - This convention is mandated by JUnit.TestCase, the superclass of this class.

testGetName

public void testGetName()

testParse

public void testParse()

testFormat

public void testFormat()