コード例 #1
0
 /* (non-Javadoc)
  * @see org.ajax4jsf.tests.AbstractAjax4JsfTestCase#tearDown()
  */
 public void tearDown() throws Exception {
   super.tearDown();
   stp1 = null;
   stp2 = null;
   form = null;
   form2 = null;
   openMarker1 = null;
   closeMarker1 = null;
   openMarker2 = null;
   closeMarker2 = null;
   command = null;
   input = null;
 }
コード例 #2
0
ファイル: UIMessagesTest.java プロジェクト: nuxeo/richfaces
 /* (non-Javadoc)
  * @see org.ajax4jsf.tests.AbstractAjax4JsfTestCase#tearDown()
  */
 public void tearDown() throws Exception {
   this.uiMessages = null;
   super.tearDown();
 }
コード例 #3
0
 public void tearDown() throws Exception {
   super.tearDown();
   ajaxForm = null;
   child = null;
 }
コード例 #4
0
 /* (non-Javadoc)
  * @see org.ajax4jsf.tests.AbstractAjax4JsfTestCase#tearDown()
  */
 public void tearDown() throws Exception {
   table = null;
   super.tearDown();
 }
コード例 #5
0
  public void tearDown() throws Exception {
    super.tearDown();

    this.input = null;
  }