Package com.pugh.sockso.templates.web

Source Code of com.pugh.sockso.templates.web.TXspfPlayerTest

package com.pugh.sockso.templates.web;

import com.pugh.sockso.StringProperties;
import com.pugh.sockso.tests.SocksoTestCase;

public class TXspfPlayerTest extends SocksoTestCase {
   
    public void testRendering() {
        TXspfPlayer tpl = new TXspfPlayer();
        tpl.setProperties( new StringProperties() );
        tpl.setPlayArgs( new String[] {} );
        tpl.makeRenderer().asString();
    }
   
}
TOP

Related Classes of com.pugh.sockso.templates.web.TXspfPlayerTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.