net.sf.jsefa.test.flr
Class DeserializationExceptionTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.jsefa.test.flr.DeserializationExceptionTest
All Implemented Interfaces:
junit.framework.Test

public class DeserializationExceptionTest
extends junit.framework.TestCase

Tests the correctness of DeserializationExceptions.

Author:
Norman Lahme-Huetig

Constructor Summary
DeserializationExceptionTest()
           
 
Method Summary
 void testInputPositionForConversionException()
          Tests the correctness of the input position for a conversion error.
 void testObjectPathForConversionException()
          Tests the correctness of the object path for a conversion error.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeserializationExceptionTest

public DeserializationExceptionTest()
Method Detail

testInputPositionForConversionException

public void testInputPositionForConversionException()
Tests the correctness of the input position for a conversion error.


testObjectPathForConversionException

public void testObjectPathForConversionException()
Tests the correctness of the object path for a conversion error.



Copyright © 2014. All rights reserved.