Below is the error i'm getting when trying to run my Junit file. any inputs would be appreciated.
I do not get any error while compiling though.
Mar 6, 2016 11:42:43 PM oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser processPermissionSet
Error writing xml to file./ade/<viewname>/atf/index.xml (No such file or directory)
java.io.FileNotFoundException: /ade/<view name>/atf/index.xml (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:194)
at java.io.FileOutputStream.<init>(FileOutputStream.java:145)
at java.io.FileWriter.<init>(FileWriter.java:73)
at oracle.apps.common.applicationsTestFramework.util.XslUtil.prettyPrintXmlToFile(XslUtil.java:54)
at oracle.apps.common.applicationsTestFramework.analysis.IndexGenerator.generateIndex(IndexGenerator.java:105)
at oracle.apps.common.applicationsTestFramework.analysis.gap.GapReporter.generateHtmlReport(GapReporter.java:708)
at oracle.apps.common.applicationsTestFramework.service.view.AtfAbstractNonUpdateableVOTest.AtfAbstractNonUpdateableVOTestAfterClass(AtfAbstractNonUpdateableVOTest.java:353)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:36)