You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
758 B
28 lines
758 B
package com.fr.design.mainframe.app; |
|
|
|
import com.fr.invoke.Reflect; |
|
import com.fr.plugin.context.PluginMarker; |
|
import com.fr.plugin.context.PluginMarkerAdapter; |
|
import com.fr.stable.TemplateIOErrorContextHolder; |
|
import com.fr.third.guava.collect.Multimap; |
|
import org.easymock.EasyMock; |
|
import org.junit.Assert; |
|
import org.junit.Test; |
|
import org.junit.runner.RunWith; |
|
import org.powermock.api.easymock.PowerMock; |
|
import org.powermock.core.classloader.annotations.PrepareForTest; |
|
import org.powermock.modules.junit4.PowerMockRunner; |
|
|
|
import java.util.Collection; |
|
import java.util.HashMap; |
|
import java.util.HashSet; |
|
|
|
/** |
|
* @author vito |
|
* @version 10.0 |
|
* Created by vito on 2021/5/31 |
|
*/ |
|
@RunWith(PowerMockRunner.class) |
|
public class DesignerAppUtilsTest { |
|
|
|
}
|
|
|