com.buglabs.bug.service.tests
Class PublicWSWithParamsTests

java.lang.Object
  extended by TestCase
      extended by com.buglabs.bug.service.tests.PublicWSWithParamsTests

public class PublicWSWithParamsTests
extends TestCase


Field Summary
 boolean execDelete
           
 boolean execPost
           
 boolean execPut
           
 java.util.Map md5s
           
 
Constructor Summary
PublicWSWithParamsTests()
           
 
Method Summary
protected  void setUp()
           
 void testPostParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

execDelete

public boolean execDelete

execPost

public boolean execPost

execPut

public boolean execPut

md5s

public java.util.Map md5s
Constructor Detail

PublicWSWithParamsTests

public PublicWSWithParamsTests()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testPostParams

public void testPostParams()