| org.apache.ojb.broker.metadata.RepositoryElementsTest
RepositoryElementsTest | public class RepositoryElementsTest extends TestCase (Code) | | author: Virender Dogra version: Apr 16, 2003 6:14:56 PM |
Method Summary | |
public static void | main(String[] args) | protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testForDuplicateElements() Method testForDuplicateElements.
This test is to check that there are no constants with the same values. |
RepositoryElementsTest | public RepositoryElementsTest(String name)(Code) | | Constructor for RespositoryElementsTest.
Parameters: name - |
suite | public static Test suite()(Code) | | |
testForDuplicateElements | public void testForDuplicateElements() throws Exception(Code) | | Method testForDuplicateElements.
This test is to check that there are no constants with the same values. This
method collates the required data and then calls another resuable method to do the
final checking
|
|
|