org.deegree.protocol.wfs.getfeature
Class GetFeatureXMLAdapterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.deegree.protocol.wfs.getfeature.GetFeatureXMLAdapterTest
All Implemented Interfaces:
junit.framework.Test

public class GetFeatureXMLAdapterTest
extends junit.framework.TestCase

Test class for the GetFeatureXMLAdapter.

Version:
$Revision: $, $Date: $
Author:
Andrei Ionita, last edited by: $Author: ionita $

Constructor Summary
GetFeatureXMLAdapterTest()
           
 
Method Summary
 void test_V100_EXAMPLE01()
           
 void test_V100_EXAMPLE2()
           
 void test_V100_EXAMPLE3()
           
 void test_V100_EXAMPLE4()
           
 void test_V100_EXAMPLE5()
           
 void test_V100_EXAMPLE6()
           
 void test_V100_EXAMPLE7()
           
 void test_V100_EXAMPLE8()
           
 void test_V100_EXAMPLE9()
           
 void test_V110_EXAMPLE01()
           
 void test_V110_EXAMPLE02()
           
 void test_V110_EXAMPLE03()
           
 void test_V110_EXAMPLE04()
           
 void test_V110_EXAMPLE09()
           
 void test_V110_EXAMPLE10()
           
 void test_V110_EXAMPLE11()
           
 void test_V110_EXAMPLE12()
           
 void test200Example1()
           
 void test200Example10()
           
 void test200Example11()
           
 void test200Example12()
           
 void test200Example13()
           
 void test200Example14()
           
 void test200Example15()
           
 void test200Example16()
           
 void test200Example17()
           
 void test200Example18()
           
 void test200Example19()
           
 void test200Example2()
           
 void test200Example3()
           
 void test200Example4()
           
 void test200Example5()
           
 void test200Example6()
           
 void test200Example7()
           
 void test200Example8()
           
 void test200Example9()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetFeatureXMLAdapterTest

public GetFeatureXMLAdapterTest()
Method Detail

test_V100_EXAMPLE01

public void test_V100_EXAMPLE01()
                         throws Exception
Throws:
Exception

test_V110_EXAMPLE01

public void test_V110_EXAMPLE01()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V100_EXAMPLE2

public void test_V100_EXAMPLE2()
                        throws Exception
Throws:
Exception

test_V110_EXAMPLE02

public void test_V110_EXAMPLE02()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V100_EXAMPLE3

public void test_V100_EXAMPLE3()
                        throws Exception
Throws:
Exception

test_V110_EXAMPLE03

public void test_V110_EXAMPLE03()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V100_EXAMPLE4

public void test_V100_EXAMPLE4()
                        throws Exception
Throws:
Exception

test_V110_EXAMPLE04

public void test_V110_EXAMPLE04()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V100_EXAMPLE5

public void test_V100_EXAMPLE5()
                        throws Exception
Throws:
Exception

test_V100_EXAMPLE6

public void test_V100_EXAMPLE6()
                        throws Exception
Throws:
Exception

test_V100_EXAMPLE7

public void test_V100_EXAMPLE7()
                        throws Exception
Throws:
Exception

test_V100_EXAMPLE8

public void test_V100_EXAMPLE8()
                        throws Exception
Throws:
Exception

test_V100_EXAMPLE9

public void test_V100_EXAMPLE9()
                        throws Exception
Throws:
Exception

test_V110_EXAMPLE09

public void test_V110_EXAMPLE09()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V110_EXAMPLE10

public void test_V110_EXAMPLE10()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V110_EXAMPLE11

public void test_V110_EXAMPLE11()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test_V110_EXAMPLE12

public void test_V110_EXAMPLE12()
                         throws Exception
Throws:
Exception - When the version of the GetFeature document is not supported for parsing (superfluous in this case, since we are testing 1.1.0 files and parsing is supported for this version)

test200Example1

public void test200Example1()
                     throws Exception
Throws:
Exception

test200Example2

public void test200Example2()
                     throws Exception
Throws:
Exception

test200Example3

public void test200Example3()
                     throws Exception
Throws:
Exception

test200Example4

public void test200Example4()
                     throws Exception
Throws:
Exception

test200Example5

public void test200Example5()
                     throws Exception
Throws:
Exception

test200Example6

public void test200Example6()
                     throws Exception
Throws:
Exception

test200Example7

public void test200Example7()
                     throws Exception
Throws:
Exception

test200Example8

public void test200Example8()
                     throws Exception
Throws:
Exception

test200Example9

public void test200Example9()
                     throws Exception
Throws:
Exception

test200Example10

public void test200Example10()
                      throws Exception
Throws:
Exception

test200Example11

public void test200Example11()
                      throws Exception
Throws:
Exception

test200Example12

public void test200Example12()
                      throws Exception
Throws:
Exception

test200Example13

public void test200Example13()
                      throws Exception
Throws:
Exception

test200Example14

public void test200Example14()
                      throws Exception
Throws:
Exception

test200Example15

public void test200Example15()
                      throws Exception
Throws:
Exception

test200Example16

public void test200Example16()
                      throws Exception
Throws:
Exception

test200Example17

public void test200Example17()
                      throws Exception
Throws:
Exception

test200Example18

public void test200Example18()
                      throws Exception
Throws:
Exception

test200Example19

public void test200Example19()
                      throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.