I am trying to run JUnits from my IntelliJ Idea When I try to run the Test.java file it gives me an error saying that
java: OutOfMemoryError: insuffic
Based on your log the problem is in compiler heap space.
Go to
Settings -> Compiler -> Build process heap size (MB)
and increase that value.