com.vbs.junit
Class UserRegistrationTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.vbs.junit.UserRegistrationTest
All Implemented Interfaces:
junit.framework.Test

public class UserRegistrationTest
extends junit.framework.TestCase

Copyright (c) 2003 by Virtual Business Systems Ltd (www.virtual-businesses.com) All rights reserved. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL VIRTUAL BUSINESS SYSTEMS LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ====================================================================


Constructor Summary
UserRegistrationTest(java.lang.String test)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testInsert()
           
 void testInsertRole()
           
 void testInterveningUpdate()
           
 void testManagerInsert()
           
 void testManagerRead()
           
 void testManagerUpdate()
           
 void testRead()
           
 void testRemove()
           
 void testRolesForUser()
           
 void testUpdate()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserRegistrationTest

public UserRegistrationTest(java.lang.String test)
Method Detail

suite

public static junit.framework.Test suite()

testInsert

public void testInsert()

testRead

public void testRead()

testUpdate

public void testUpdate()

testInterveningUpdate

public void testInterveningUpdate()

testRemove

public void testRemove()

testInsertRole

public void testInsertRole()

testRolesForUser

public void testRolesForUser()

testManagerInsert

public void testManagerInsert()

testManagerRead

public void testManagerRead()

testManagerUpdate

public void testManagerUpdate()