Package com.alibaba.json.bvt.parser

Source Code of com.alibaba.json.bvt.parser.ParseContextTest

package com.alibaba.json.bvt.parser;

import junit.framework.TestCase;

import org.junit.Assert;

import com.alibaba.fastjson.parser.ParseContext;


public class ParseContextTest extends TestCase {
    public void test_toString() throws Exception {
        Assert.assertEquals("$", new ParseContext(null, new Object(), "id").toString());
    }
}
TOP

Related Classes of com.alibaba.json.bvt.parser.ParseContextTest

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.