Package model

Class DbTest

java.lang.Object
model.DbTest

public class DbTest
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    DbTest()  
  • Method Summary

    Modifier and Type Method Description
    void GetScore()  
    void Insert()  
    void setUpDb()  
    void tearDownDb()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setUpDb

      public void setUpDb() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • tearDownDb

      public void tearDownDb() throws java.lang.Exception
      Throws:
      java.lang.Exception
    • Insert

      public void Insert()
    • GetScore

      public void GetScore()