ch.qos.logback.core.boolex
Class MatcherTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ch.qos.logback.core.boolex.MatcherTest
All Implemented Interfaces:
junit.framework.Test

public class MatcherTest
extends junit.framework.TestCase


Constructor Summary
MatcherTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCaseInsensitive()
           
 void testCaseSensitive()
           
 void testFullRegion()
           
 void testPartRegion()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatcherTest

public MatcherTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testFullRegion

public void testFullRegion()
                    throws Exception
Throws:
Exception

testPartRegion

public void testPartRegion()
                    throws Exception
Throws:
Exception

testCaseInsensitive

public void testCaseInsensitive()
                         throws Exception
Throws:
Exception

testCaseSensitive

public void testCaseSensitive()
                       throws Exception
Throws:
Exception


Copyright © 2005-2009 QOS.ch. All Rights Reserved.