org.hackystat.sensorbase.db.derby
Class TestConstructLikeClauses

java.lang.Object
  extended by org.hackystat.sensorbase.db.derby.TestConstructLikeClauses

public class TestConstructLikeClauses
extends java.lang.Object

Tests the constructUriPattern method, which does a non-trivial transformation of the UriPatterns into LIKE clauses. This also helps document the behavior of the transformation by illustrating canonical input-output pairs.

Author:
Philip Johnson

Constructor Summary
TestConstructLikeClauses()
           
 
Method Summary
 void testUriPatterns()
          Tests that the LIKE clauses are constructed correctly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConstructLikeClauses

public TestConstructLikeClauses()
Method Detail

testUriPatterns

public void testUriPatterns()
Tests that the LIKE clauses are constructed correctly.