package com.mozz.htmlnative.parser; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; /** * Created by Yang Tao on 17/2/22. */ @RunWith(AndroidJUnit4.class) public class LexerAndroidTest { @Test public void scan() throws Exception { } }