Class MiscTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class MiscTests
    extends GenericTestCaseBase
    • Constructor Detail

      • MiscTests

        public MiscTests​(java.lang.String name)
    • Method Detail

      • testStaticHelperClass

        public void testStaticHelperClass()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testLoadContainedConvertersIgnoresException

        public void testLoadContainedConvertersIgnoresException()
      • assertPassThru

        public static <S> void assertPassThru​(java.lang.Object wanted,
                                              java.lang.Class<S> sourceClass)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • assertPassThru

        public static <S> void assertPassThru​(java.lang.Object wanted,
                                              java.lang.Class<S> sourceClass,
                                              java.lang.Class<? super S> targetClass)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testPassthru

        public void testPassthru()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception