Added comment on how to handle accidental gradle import in IDEA

This commit is contained in:
sofusmortensen 2016-03-25 14:56:09 +01:00
parent 58a509de63
commit c0e2322414

View File

@ -108,6 +108,11 @@ class ClassLoaderTests {
}
}
/**
* If this test starts failing it is either because you haven't build with gradle first
* or because you have reimported gradle project in IDEA (revert change to .idea/modules.xml)
*/
@Test
fun `verify that contract AnotherDummyContract is not in classPath`() {
assertFailsWith(ClassNotFoundException::class) {