Unit Test Class Path Brad Handy 创建于 2013年06月10日 20:18 Is there a way to add jar files to the classpath of the mock JDK instances in a unit test?
Hi,
you may call PsiTestUtil.addLibrary in the setup method. It would be attached as separate library then. If you need to modify sdk you may call modifications on the SdkModifier but I can not imagine why would you need this.
Thanks