org.xbill.DNS
Class GPOSRecordTest.Test_rdataFromString

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

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


Constructor Summary
GPOSRecordTest.Test_rdataFromString()
           
 
Method Summary
 void test_basic()
           
 void test_invalid_string()
           
 void test_latitude_toobig()
           
 void test_latitude_toosmall()
           
 void test_longitude_toobig()
           
 void test_longitude_toosmall()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GPOSRecordTest.Test_rdataFromString

public GPOSRecordTest.Test_rdataFromString()
Method Detail

test_basic

public void test_basic()
                throws IOException
Throws:
IOException

test_longitude_toosmall

public void test_longitude_toosmall()
                             throws IOException
Throws:
IOException

test_longitude_toobig

public void test_longitude_toobig()
                           throws IOException
Throws:
IOException

test_latitude_toosmall

public void test_latitude_toosmall()
                            throws IOException
Throws:
IOException

test_latitude_toobig

public void test_latitude_toobig()
                          throws IOException
Throws:
IOException

test_invalid_string

public void test_invalid_string()
                         throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.