/**
* Test of onStart method, of class HerdJsv.
*/
public void testOnStart() {
System.out.println("onStart()");
JsvManager jsv = new JsvManager();
HerdJsv instance = new HerdJsv();
// This is really just a smoke test. The onStart() method doesn't
// actually do anything.
instance.onStart(jsv);