package com.jinhe.tss.component.param; import com.jinhe.tss.component.param.extend.ParamConfig; import junit.framework.TestCase; public class ParamConfigTest extends TestCase { public void testGetAttribute() { System.out.println(ParamConfig.getAttribute("application.code")); } }