Package com.alibaba.json.bvt

Source Code of com.alibaba.json.bvt.ServiceLoaderTest

package com.alibaba.json.bvt;

import junit.framework.TestCase;

import com.alibaba.fastjson.util.ServiceLoader;


public class ServiceLoaderTest extends TestCase {
    public void test_0() throws Exception {
        new ServiceLoader();
    }
}
TOP

Related Classes of com.alibaba.json.bvt.ServiceLoaderTest

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.