package com.java110.web.core; import org.junit.Test; import static org.junit.Assert.*; public class VcCreateProcessorTest { @Test public void testDealJsPropTypesDefault(){ //VcCreateProcessor vcCreateProcessor = new VcCreateProcessor(""); //System.out.println(vcCreateProcessor.dealJsPropTypesDefault("vc.propTypes.string = 'true'")); } }