org.virtualmock.configuration
Class ExcludedClassesParserDataTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.virtualmock.configuration.ExcludedClassesParserDataTest
All Implemented Interfaces:
junit.framework.Test

public class ExcludedClassesParserDataTest
extends junit.framework.TestCase

Tests that ExcludedClassesParser retrieves the correct data.

Version:
$Revision: 1.1 $
Author:
Chad Woolley

Constructor Summary
ExcludedClassesParserDataTest()
           
 
Method Summary
 void setUp()
          Set up the test
 void tearDown()
          Tear down the test.
 void testCanParseSingleRuleConfig()
          Tests that a single RuleConfig can be parsed out of the InputStream.
 void testSampleInputStreamIsValid()
          Tests that the sample InputStream can be read.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcludedClassesParserDataTest

public ExcludedClassesParserDataTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Set up the test

Throws:
java.lang.Exception - any exception thrown during setup.

tearDown

public void tearDown()
              throws java.lang.Exception
Tear down the test.

Throws:
java.lang.Exception - any exception thrown during teardown.

testCanParseSingleRuleConfig

public void testCanParseSingleRuleConfig()
Tests that a single RuleConfig can be parsed out of the InputStream.


testSampleInputStreamIsValid

public void testSampleInputStreamIsValid()
Tests that the sample InputStream can be read.



Copyright © 2003-2005 Virtual Mock. All Rights Reserved.