wodka.test
Class PropertiesTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bywodka.test.PropertiesTest
All Implemented Interfaces:
junit.framework.Test

public class PropertiesTest
extends junit.framework.TestCase

Testcases for Properties.


Constructor Summary
PropertiesTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testChangedFile()
           
 void testCreateDeleteTempDir()
           
 void testGetProp()
           
 void testMultiLineComment()
           
 
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

PropertiesTest

public PropertiesTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

testCreateDeleteTempDir

public void testCreateDeleteTempDir()

testGetProp

public void testGetProp()
                 throws java.io.IOException
Throws:
java.io.IOException

testMultiLineComment

public void testMultiLineComment()
                          throws java.io.IOException
Throws:
java.io.IOException

testChangedFile

public void testChangedFile()
                     throws java.io.IOException
Throws:
java.io.IOException