Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.xpn.xwiki.test
Class ObjectTest  view ObjectTest download ObjectTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.xpn.xwiki.test.ObjectTest
All Implemented Interfaces:
junit.framework.Test

public class ObjectTest
extends junit.framework.TestCase

=================================================================== Copyright (c) 2003 Ludovic Dubost, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, published at http://www.gnu.org/copyleft/gpl.html or in gpl.txt in the root folder of this distribution. Created by User: Ludovic Dubost Date: 30 déc. 2003 Time: 22:49:51


Field Summary
 com.xpn.xwiki.XWikiContext context
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ObjectTest()
           
 
Method Summary
 void testEqualsAdvancedObject()
           
 void testEqualsListProperty()
           
 void testEqualsNumberProperty()
           
 void testEqualsObject()
           
 void testEqualsObject(com.xpn.xwiki.objects.BaseObject object, com.xpn.xwiki.objects.classes.BaseClass bclass)
           
 void testEqualsStringProperty()
           
 void testMergeObject()
           
 void testSetObject()
           
 
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
 

Field Detail

context

public com.xpn.xwiki.XWikiContext context
Constructor Detail

ObjectTest

public ObjectTest()
Method Detail

testEqualsNumberProperty

public void testEqualsNumberProperty()

testEqualsStringProperty

public void testEqualsStringProperty()

testEqualsListProperty

public void testEqualsListProperty()

testEqualsObject

public void testEqualsObject()
                      throws com.xpn.xwiki.XWikiException

testEqualsAdvancedObject

public void testEqualsAdvancedObject()
                              throws com.xpn.xwiki.XWikiException

testEqualsObject

public void testEqualsObject(com.xpn.xwiki.objects.BaseObject object,
                             com.xpn.xwiki.objects.classes.BaseClass bclass)
                      throws com.xpn.xwiki.XWikiException

testMergeObject

public void testMergeObject()
                     throws com.xpn.xwiki.XWikiException

testSetObject

public void testSetObject()
                   throws com.xpn.xwiki.XWikiException