test.general
Class ParameterTest

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

public class ParameterTest
extends junit.framework.TestCase

The test class of the general.Parameter.

Version:
1
Author:
Potkuri-group

Field Summary
(package private)  general.Parameter testParam
          Test parameter.
 
Constructor Summary
ParameterTest()
           
 
Method Summary
 void test1()
          Testing if value for DataDir is by default = src/data/images/.
 void test2()
          Testing if getting non-existent parameters returns null.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

testParam

general.Parameter testParam
Test parameter.

Constructor Detail

ParameterTest

public ParameterTest()
Method Detail

test1

public void test1()
Testing if value for DataDir is by default = src/data/images/.


test2

public void test2()
Testing if getting non-existent parameters returns null.