net.sourceforge.demetrix.test.properties
Class StringPropertyTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sourceforge.demetrix.test.properties.StringPropertyTest
All Implemented Interfaces:
Test

public class StringPropertyTest
extends TestCase

Author:
Dimitri Pissarenko *

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
StringPropertyTest(String arg0)
          Constructor for StringPropertyTest
 
Method Summary
static void main(String[] args)
           
 void testEquals()
          note: in this test case we test only those parts of the code, which are * not covered by the test case of the super class
 void testSetValue()
           
 void testToString()
           
 
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

StringPropertyTest

public StringPropertyTest(String arg0)
Constructor for StringPropertyTest. * @param arg0

Method Detail

main

public static void main(String[] args)

testToString

public void testToString()

testSetValue

public void testSetValue()

testEquals

public void testEquals()
note: in this test case we test only those parts of the code, which are * not covered by the test case of the super class