com.nesscomputing.httpserver.selftest
Class SelfTestResource

java.lang.Object
  extended by com.nesscomputing.httpserver.selftest.SelfTestResource

public class SelfTestResource
extends Object


Method Summary
 boolean doSelfTest()
          On success, does nothing interesting.
 void setSelfTests(Set<SelfTest> tests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSelfTests

@Inject(optional=true)
public void setSelfTests(Set<SelfTest> tests)

doSelfTest

public boolean doSelfTest()
On success, does nothing interesting. On failure, returns a 5xx response



Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.