org.xbill.DNS
Class GPOSRecordTest.Test_Ctor_6arg_doubles

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.xbill.DNS.GPOSRecordTest.Test_Ctor_6arg_doubles
All Implemented Interfaces:
junit.framework.Test
Enclosing class:
GPOSRecordTest

public static class GPOSRecordTest.Test_Ctor_6arg_doubles
extends junit.framework.TestCase


Constructor Summary
GPOSRecordTest.Test_Ctor_6arg_doubles()
           
 
Method Summary
protected  void setUp()
           
 void test_basic()
           
 void test_invalid_string()
           
 void test_toobig_latitude()
           
 void test_toobig_longitude()
           
 void test_toosmall_latitude()
           
 void test_toosmall_longitude()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPOSRecordTest.Test_Ctor_6arg_doubles

public GPOSRecordTest.Test_Ctor_6arg_doubles()
Method Detail

setUp

protected void setUp()
              throws TextParseException
Throws:
TextParseException

test_basic

public void test_basic()
                throws TextParseException
Throws:
TextParseException

test_toosmall_longitude

public void test_toosmall_longitude()
                             throws TextParseException
Throws:
TextParseException

test_toobig_longitude

public void test_toobig_longitude()
                           throws TextParseException
Throws:
TextParseException

test_toosmall_latitude

public void test_toosmall_latitude()
                            throws TextParseException
Throws:
TextParseException

test_toobig_latitude

public void test_toobig_latitude()
                          throws TextParseException
Throws:
TextParseException

test_invalid_string

public void test_invalid_string()


Copyright © 2011. All Rights Reserved.