Class BabelTest


  • public class BabelTest
    extends java.lang.Object
    Unit tests for Babel framework.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.junit.rules.ExpectedException thrown  
      (package private) static java.lang.String URL  
    • Constructor Summary

      Constructors 
      Constructor Description
      BabelTest()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.sql.Connection connect()  
      void testFoo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • thrown

        public org.junit.rules.ExpectedException thrown
    • Constructor Detail

      • BabelTest

        public BabelTest()
    • Method Detail

      • connect

        static java.sql.Connection connect()
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • testFoo

        public void testFoo()