DEV Community

Discussion on: Introduction to Unit Testing with Java

Collapse
 
mohammad747 profile image
mohammad hashemi

One of the best articles that I found on the whole web, Thank you, sir.
But I got "Error:(3, 34) java: package org.graalvm.compiler.debug does not exist" when I type expectedExceptions.

Collapse
 
chrisvasqm profile image
Christian Vasquez

Hey Mohammad,

Thank you very much!

I'm not entirely sure what might cause it, but it seems you are missing a dependency.

In case it might help you, here's a repository with the project I used while making this article: github.com/chrisvasqm/intro-unit-t...