pt.despodata.java.webappl.tests
Class GenericViewTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bypt.moredata.tests.TestCase
              extended bypt.despodata.java.webappl.tests.GenericViewTest
All Implemented Interfaces:
junit.framework.Test

public class GenericViewTest
extends TestCase

GenericViewTest.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo

Constructor Summary
GenericViewTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testDisplay()
          Test of display method, of class pt.despodata.java.webappl.GenericView.
 void testGetView()
          Test of getView method, of class pt.despodata.java.webappl.GenericView.
 void testMakeController()
          Test of makeController method, of class pt.despodata.java.webappl.GenericView.
 void testMissingTest()
          Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.
 void testPutView()
          Test of putView method, of class pt.despodata.java.webappl.GenericView.
 void testSearchDetail()
          Test of searchDetail method, of class pt.despodata.java.webappl.GenericView.
 void testToString()
          Test of toString method, of class pt.despodata.java.webappl.GenericView.
 
Methods inherited from class pt.moredata.tests.TestCase
assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, main, testMissingTest
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericViewTest

public GenericViewTest(java.lang.String testName)
Method Detail

suite

public static junit.framework.Test suite()

testMissingTest

public void testMissingTest()
                     throws java.lang.SecurityException
Este teste verifica se esta classe de testes implementa pelo menos um teste por cada metodo public da classe que esta a ser testada.

Throws:
java.lang.SecurityException

testMakeController

public void testMakeController()
Test of makeController method, of class pt.despodata.java.webappl.GenericView.


testGetView

public void testGetView()
Test of getView method, of class pt.despodata.java.webappl.GenericView.


testPutView

public void testPutView()
Test of putView method, of class pt.despodata.java.webappl.GenericView.


testDisplay

public void testDisplay()
Test of display method, of class pt.despodata.java.webappl.GenericView.


testSearchDetail

public void testSearchDetail()
Test of searchDetail method, of class pt.despodata.java.webappl.GenericView.


testToString

public void testToString()
Test of toString method, of class pt.despodata.java.webappl.GenericView.


main

public static void main(java.lang.String[] args)