net.sourceforge.demetrix.test.properties.swixml
Class FilePropertySwixMLRepresentationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byjunitx.framework.PrivateTestCase
              extended bynet.sourceforge.demetrix.test.properties.swixml.FilePropertySwixMLRepresentationTest
All Implemented Interfaces:
Test

public class FilePropertySwixMLRepresentationTest
extends PrivateTestCase

Author:
Dimitri Pissarenko *

Field Summary
private  Logger logger
           
 
Fields inherited from class junitx.framework.PrivateTestCase
NOARGS
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
FilePropertySwixMLRepresentationTest(String arg0)
          Constructor for FilePropertySwixMLRepresentationTest
 
Method Summary
static void main(String[] args)
           
 void testConstructor()
           
 void testGetFileChooser()
           
 void testIsEnteredDataValid()
           
 void testSettingFileFilter()
           
 void testSettingOfMustBeWriteableAndMustBeReadableAttributes()
           
 void testUpdatePropertyData()
           
 void testUpdateRepresentation()
           
 void testUpdateRepresentationReadOnOnlyProperty()
           
 
Methods inherited from class junitx.framework.PrivateTestCase
asBoolean, asByte, asChar, asDouble, asFloat, asInt, asLong, asShort, dumpKeys, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, invoke, invokeWithKey, newInstance, newInstanceWithKey
 
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
 

Field Detail

logger

private Logger logger
Constructor Detail

FilePropertySwixMLRepresentationTest

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

Method Detail

main

public static void main(String[] args)

testIsEnteredDataValid

public void testIsEnteredDataValid()

testUpdateRepresentation

public void testUpdateRepresentation()

testUpdateRepresentationReadOnOnlyProperty

public void testUpdateRepresentationReadOnOnlyProperty()

testSettingOfMustBeWriteableAndMustBeReadableAttributes

public void testSettingOfMustBeWriteableAndMustBeReadableAttributes()

testUpdatePropertyData

public void testUpdatePropertyData()

testSettingFileFilter

public void testSettingFileFilter()

testGetFileChooser

public void testGetFileChooser()

testConstructor

public void testConstructor()