org.slf4j.helpers
Class MessageFormatterTest

java.lang.Object
  extended by org.slf4j.helpers.MessageFormatterTest

public class MessageFormatterTest
extends Object

Author:
Ceki Gulcu

Constructor Summary
MessageFormatterTest()
           
 
Method Summary
 void nullParametersShouldBeHandledWithoutBarfing()
           
 void testArrayFormat()
           
 void testArrayThrowable()
           
 void testArrayValues()
           
 void testCyclicArrays()
           
 void testExceptionIn_toString()
           
 void testMultiDimensionalArrayValues()
           
 void testNull()
           
 void testNullArray()
           
 void testTwoParameters()
           
 void verifyOneParameterIsHandledCorrectly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFormatterTest

public MessageFormatterTest()
Method Detail

testNull

public void testNull()

nullParametersShouldBeHandledWithoutBarfing

public void nullParametersShouldBeHandledWithoutBarfing()

verifyOneParameterIsHandledCorrectly

public void verifyOneParameterIsHandledCorrectly()

testTwoParameters

public void testTwoParameters()

testExceptionIn_toString

public void testExceptionIn_toString()

testNullArray

public void testNullArray()

testArrayFormat

public void testArrayFormat()

testArrayValues

public void testArrayValues()

testMultiDimensionalArrayValues

public void testMultiDimensionalArrayValues()

testCyclicArrays

public void testCyclicArrays()

testArrayThrowable

public void testArrayThrowable()


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