macaw.test.curation
Class TestCurateListChoices

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by macaw.test.curation.MacawCurationTestCase
              extended by macaw.test.curation.TestCurateListChoices
All Implemented Interfaces:
junit.framework.Test

public class TestCurateListChoices
extends MacawCurationTestCase


Copyright 2010 Medical Research Council Unit for Lifelong Health and Ageing Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Field Summary
 
Fields inherited from class macaw.test.curation.MacawCurationTestCase
admin, curationService, jsmith, log
 
Constructor Summary
TestCurateListChoices()
           
 
Method Summary
 void testAddAliasFilePathN1()
           
 void testAddAliasFilePathsE1()
           
 void testAddAliasFilePathsE2()
           
 void testAddAvailabilityStateE1()
           
 void testAddAvailabilityStateE2()
           
 void testAddAvailabilityStateN1()
           
 void testAddCategoriesE1()
           
 void testAddCategoriesE2()
           
 void testAddCategoryN1()
           
 void testAddCleaningStateE1()
           
 void testAddCleaningStateE2()
           
 void testAddCleaningStateN1()
           
 void testDeleteAliasFilePathE1()
           
 void testDeleteAliasFilePathN1()
           
 void testDeleteAvailabilityStateE1()
           
 void testDeleteAvailabilityStateN1()
           
 void testDeleteCategoryE1()
           
 void testDeleteCategoryN1()
           
 void testDeleteCleaningStateE1()
           
 void testDeleteCleaningStateN1()
           
 void testUpdateAliasFilePathN1()
           
 void testUpdateAvailabilityStateE1()
           
 void testUpdateAvailabilityStateN1()
           
 void testUpdateCategoryN1()
           
 void testUpdateCleaningStateN1()
           
 
Methods inherited from class macaw.test.curation.MacawCurationTestCase
setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCurateListChoices

public TestCurateListChoices()
Method Detail

testAddAvailabilityStateN1

public void testAddAvailabilityStateN1()

testAddAvailabilityStateE1

public void testAddAvailabilityStateE1()

testAddAvailabilityStateE2

public void testAddAvailabilityStateE2()

testUpdateAvailabilityStateN1

public void testUpdateAvailabilityStateN1()

testUpdateAvailabilityStateE1

public void testUpdateAvailabilityStateE1()

testDeleteAvailabilityStateN1

public void testDeleteAvailabilityStateN1()

testDeleteAvailabilityStateE1

public void testDeleteAvailabilityStateE1()

testAddCleaningStateN1

public void testAddCleaningStateN1()

testAddCleaningStateE1

public void testAddCleaningStateE1()

testAddCleaningStateE2

public void testAddCleaningStateE2()

testUpdateCleaningStateN1

public void testUpdateCleaningStateN1()

testDeleteCleaningStateN1

public void testDeleteCleaningStateN1()

testDeleteCleaningStateE1

public void testDeleteCleaningStateE1()

testAddCategoryN1

public void testAddCategoryN1()

testAddCategoriesE1

public void testAddCategoriesE1()

testAddCategoriesE2

public void testAddCategoriesE2()

testUpdateCategoryN1

public void testUpdateCategoryN1()

testDeleteCategoryN1

public void testDeleteCategoryN1()

testDeleteCategoryE1

public void testDeleteCategoryE1()

testAddAliasFilePathN1

public void testAddAliasFilePathN1()

testAddAliasFilePathsE1

public void testAddAliasFilePathsE1()

testAddAliasFilePathsE2

public void testAddAliasFilePathsE2()

testUpdateAliasFilePathN1

public void testUpdateAliasFilePathN1()

testDeleteAliasFilePathN1

public void testDeleteAliasFilePathN1()

testDeleteAliasFilePathE1

public void testDeleteAliasFilePathE1()