public class TestOSLCNum
extends java.lang.Object
Constructor and Description |
---|
TestOSLCNum() |
Modifier and Type | Method and Description |
---|---|
void |
setAuth(java.lang.String user,
java.lang.String pwd,
java.net.HttpURLConnection con) |
void |
testBoolean()
Test for boolean spi:haschildren=true
|
void |
testDate()
Test for date spi:statusdata<2003-07-07T09:50:00-04:00
|
void |
testDateRange()
Test for date in range spi:statusdate>1999-02-06T14:16:00-05:00 and spi:statusdate<2003-07-07T09:50:00-04:00
|
void |
testDateRangeplusStatus()
Test for combination of date in range and status in APPR, CLOSE
|
void |
testLike()
Test for String spi:status=%APPR
|
void |
testLike2()
Test for String spi:status=CLOS%
|
void |
testLike3()
Test for String spi:status=%LOS%
|
void |
testLocation()
Test for String spi:location in BR300 OR BR450
|
void |
testRange()
Test for number in range 518<=spi:estlabcost<520
|
public void setAuth(java.lang.String user, java.lang.String pwd, java.net.HttpURLConnection con)
public void testRange() throws java.lang.Exception
java.lang.Exception
public void testLocation() throws java.lang.Exception
java.lang.Exception
public void testBoolean() throws java.lang.Exception
java.lang.Exception
public void testDate() throws java.lang.Exception
java.lang.Exception
public void testDateRange() throws java.lang.Exception
java.lang.Exception
public void testDateRangeplusStatus() throws java.lang.Exception
java.lang.Exception
public void testLike() throws java.lang.Exception
java.lang.Exception
public void testLike2() throws java.lang.Exception
java.lang.Exception
public void testLike3() throws java.lang.Exception
java.lang.Exception