org.slf4j
Class BasicMarkerTest

java.lang.Object
  extended by org.slf4j.BasicMarkerTest

public class BasicMarkerTest
extends Object

Unit test BasicMarker

Author:
Ceki Gülcü, Joern Huxhorn

Constructor Summary
BasicMarkerTest()
           
 
Method Summary
 void testAddRemove()
           
 void testComposite()
           
 void testCompositeByName()
           
 void testHomonyms()
           
 void testIndirectRecursion()
           
 void testMultiAdd()
           
 void testMultiComposite()
           
 void testMultiCompositeByName()
           
 void testPrimitive()
           
 void testPrimitiveByName()
           
 void testSelfRecursion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMarkerTest

public BasicMarkerTest()
Method Detail

testPrimitive

public void testPrimitive()

testPrimitiveByName

public void testPrimitiveByName()

testComposite

public void testComposite()

testCompositeByName

public void testCompositeByName()

testMultiComposite

public void testMultiComposite()

testMultiCompositeByName

public void testMultiCompositeByName()

testMultiAdd

public void testMultiAdd()

testAddRemove

public void testAddRemove()

testSelfRecursion

public void testSelfRecursion()

testIndirectRecursion

public void testIndirectRecursion()

testHomonyms

public void testHomonyms()


Copyright © 2005–2016 QOS.ch. All rights reserved.