test
Class SettingsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.SettingsTest
All Implemented Interfaces:
junit.framework.Test

public class SettingsTest
extends junit.framework.TestCase

Tests Settings class' different setting getting methods


Constructor Summary
SettingsTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testContains()
           
 void testCreateIntializedObject()
           
 void testEmptyRunIndex()
          Test filling empty values of run index from secondary namespace
 void testGetBoolean()
           
 void testGetCsvDoubles()
           
 void testGetCsvDoublesUnknownAmount()
           
 void testGetCsvInts()
           
 void testGetCsvIntsUnknownAmount()
           
 void testGetCsvSetting()
           
 void testGetDouble()
           
 void testGetInt()
           
 void testGetSetting()
           
 void testInvalidRunIndex()
           
 void testNoRun()
          Tests disabled run-specific variables
 void testRunIndex()
           
 void testRunIndexContains()
           
 void testRunIndexCSVs()
           
 void testValueFillString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SettingsTest

public SettingsTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testContains

public void testContains()

testGetSetting

public void testGetSetting()

testGetDouble

public void testGetDouble()

testGetCsvSetting

public void testGetCsvSetting()

testGetCsvDoubles

public void testGetCsvDoubles()

testGetCsvDoublesUnknownAmount

public void testGetCsvDoublesUnknownAmount()

testGetCsvInts

public void testGetCsvInts()

testGetCsvIntsUnknownAmount

public void testGetCsvIntsUnknownAmount()

testGetInt

public void testGetInt()

testGetBoolean

public void testGetBoolean()

testCreateIntializedObject

public void testCreateIntializedObject()

testValueFillString

public void testValueFillString()

testRunIndex

public void testRunIndex()

testRunIndexContains

public void testRunIndexContains()

testEmptyRunIndex

public void testEmptyRunIndex()
Test filling empty values of run index from secondary namespace


testRunIndexCSVs

public void testRunIndexCSVs()

testInvalidRunIndex

public void testInvalidRunIndex()

testNoRun

public void testNoRun()
Tests disabled run-specific variables