org.kuali.student.contract.model.impl
Class ServiceContractModelQDoxLoaderTest

java.lang.Object
  extended by org.kuali.student.contract.model.impl.ServiceContractModelQDoxLoaderTest

public class ServiceContractModelQDoxLoaderTest
extends Object

Author:
nwright

Field Summary
private static String ENROLL_PROJECT_JAVA_DIRECTORY
           
private static String ENROLL_PROJECT_SRC_MAIN
           
private static ServiceContractModel model
           
private static String RESOURCES_DIRECTORY
           
private static String RICE_CORE_API_DIRECTORY
           
private static String RICE_KEN_API_DIRECTORY
           
private static String RICE_KEW_API_DIRECTORY
           
private static String RICE_KIM_API_DIRECTORY
           
private static String RICE_KRMS_API_DIRECTORY
           
private static String RICE_KSB_API_DIRECTORY
           
private static String RICE_LOCATION_API_DIRECTORY
           
private static String TEST_SOURCE_DIRECTORY
           
 
Constructor Summary
ServiceContractModelQDoxLoaderTest()
           
 
Method Summary
private  String dump(ServiceMethod method)
           
private  ServiceContractModel getModel()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testGetMessageStructures()
          Test of getMessageStructures method, of class ServiceContractModelQDoxLoader.
 void testGetServiceMethods()
          Test of getServiceMethods method, of class ServiceContractModelQDoxLoader.
 void testGetServices()
          Test of getServices method, of class ServiceContractModelQDoxLoader.
 void testGetSourceNames()
          Test of getSourceNames method, of class ServiceContractModelQDoxLoader.
 void testGetXmlTypes()
          Test of getXmlTypes method, of class ServiceContractModelQDoxLoader.
private  void validate(ServiceContractModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCES_DIRECTORY

private static final String RESOURCES_DIRECTORY
See Also:
Constant Field Values

TEST_SOURCE_DIRECTORY

private static final String TEST_SOURCE_DIRECTORY
See Also:
Constant Field Values

ENROLL_PROJECT_SRC_MAIN

private static final String ENROLL_PROJECT_SRC_MAIN
See Also:
Constant Field Values

ENROLL_PROJECT_JAVA_DIRECTORY

private static final String ENROLL_PROJECT_JAVA_DIRECTORY
See Also:
Constant Field Values

RICE_CORE_API_DIRECTORY

private static final String RICE_CORE_API_DIRECTORY
See Also:
Constant Field Values

RICE_KIM_API_DIRECTORY

private static final String RICE_KIM_API_DIRECTORY
See Also:
Constant Field Values

RICE_LOCATION_API_DIRECTORY

private static final String RICE_LOCATION_API_DIRECTORY
See Also:
Constant Field Values

RICE_KEW_API_DIRECTORY

private static final String RICE_KEW_API_DIRECTORY
See Also:
Constant Field Values

RICE_KEN_API_DIRECTORY

private static final String RICE_KEN_API_DIRECTORY
See Also:
Constant Field Values

RICE_KSB_API_DIRECTORY

private static final String RICE_KSB_API_DIRECTORY
See Also:
Constant Field Values

RICE_KRMS_API_DIRECTORY

private static final String RICE_KRMS_API_DIRECTORY
See Also:
Constant Field Values

model

private static ServiceContractModel model
Constructor Detail

ServiceContractModelQDoxLoaderTest

public ServiceContractModelQDoxLoaderTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()

tearDown

public void tearDown()

getModel

private ServiceContractModel getModel()

dump

private String dump(ServiceMethod method)

validate

private void validate(ServiceContractModel model)

testGetServiceMethods

public void testGetServiceMethods()
Test of getServiceMethods method, of class ServiceContractModelQDoxLoader.


testGetSourceNames

public void testGetSourceNames()
Test of getSourceNames method, of class ServiceContractModelQDoxLoader.


testGetServices

public void testGetServices()
Test of getServices method, of class ServiceContractModelQDoxLoader.


testGetXmlTypes

public void testGetXmlTypes()
Test of getXmlTypes method, of class ServiceContractModelQDoxLoader.


testGetMessageStructures

public void testGetMessageStructures()
                              throws FileNotFoundException
Test of getMessageStructures method, of class ServiceContractModelQDoxLoader.

Throws:
FileNotFoundException


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.