org.topbraid.sparql.functions.tests
Class DurationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.topbraid.core.testing.AbstractTBTestCase
              extended by org.topbraid.sparql.functions.tests.DurationTest
All Implemented Interfaces:
junit.framework.Test

public class DurationTest
extends AbstractTBTestCase


Field Summary
 
Fields inherited from class org.topbraid.core.testing.AbstractTBTestCase
BASE_URI, NS, URI
 
Constructor Summary
DurationTest()
           
 
Method Summary
 void durationTest(java.lang.String type, java.lang.String startDay, java.lang.String endDay, java.lang.String result)
           
 void durationTest(java.lang.String type, java.lang.String startDay, java.lang.String endDay, java.lang.String result, com.hp.hpl.jena.datatypes.xsd.XSDDatatype dataType, com.hp.hpl.jena.rdf.model.Resource resourceType)
           
 void prepareTest(com.hp.hpl.jena.rdf.model.Resource resourceType)
           
 void test00()
           
 void test01()
           
 void test02()
           
 void test03()
           
 void test04()
           
 void test05()
           
 void test06()
           
 void test07()
           
 void test08()
           
 void test09()
           
 void test10()
           
 
Methods inherited from class org.topbraid.core.testing.AbstractTBTestCase
assertSize, createModel, createNonNegativeInteger, createOntModel, createOntModel, execute
 
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

DurationTest

public DurationTest()
Method Detail

test00

public void test00()

test01

public void test01()

test02

public void test02()

test03

public void test03()

test04

public void test04()

test05

public void test05()

test06

public void test06()

test07

public void test07()

test08

public void test08()

test09

public void test09()

test10

public void test10()

prepareTest

public void prepareTest(com.hp.hpl.jena.rdf.model.Resource resourceType)

durationTest

public void durationTest(java.lang.String type,
                         java.lang.String startDay,
                         java.lang.String endDay,
                         java.lang.String result)

durationTest

public void durationTest(java.lang.String type,
                         java.lang.String startDay,
                         java.lang.String endDay,
                         java.lang.String result,
                         com.hp.hpl.jena.datatypes.xsd.XSDDatatype dataType,
                         com.hp.hpl.jena.rdf.model.Resource resourceType)